mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
0c50d77284
ICQnix is an ICQ client for X that is designed to look and feel as much like the Mirabilis ICQ client as possible. PR: 13428 Submitted by: Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
27 lines
538 B
Makefile
27 lines
538 B
Makefile
# New ports collection makefile for: icqnix
|
|
# Version required: b1
|
|
# Date created: 27 Aug 1999
|
|
# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= icqnix-beta1
|
|
PKGNAME= icqnix-b1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://icqnix.linuxbox.com/
|
|
|
|
MAINTAINER= yinjieh@csie.nctu.edu.tw
|
|
|
|
LIB_DEPENDS= qt.2:${PORTSDIR}/x11-toolkits/qt142
|
|
RUN_DEPENDS= esdplay:${PORTSDIR}/audio/esound
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/bin/icqnix
|
|
@strip ${PREFIX}/bin/icqnix.install
|
|
|
|
.include <bsd.port.mk>
|