1999-08-28 02:36:03 +00:00
|
|
|
# New ports collection makefile for: icqnix
|
|
|
|
# Date created: 27 Aug 1999
|
|
|
|
# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= icqnix
|
|
|
|
PORTVERSION= b1
|
1999-08-28 02:36:03 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://icqnix.linuxbox.com/
|
2000-04-09 18:14:07 +00:00
|
|
|
DISTNAME= icqnix-beta1
|
1999-08-28 02:36:03 +00:00
|
|
|
|
|
|
|
MAINTAINER= yinjieh@csie.nctu.edu.tw
|
|
|
|
|
|
|
|
RUN_DEPENDS= esdplay:${PORTSDIR}/audio/esound
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2000-02-23 00:14:12 +00:00
|
|
|
USE_QT= yes
|
1999-08-28 02:36:03 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@strip ${PREFIX}/bin/icqnix
|
|
|
|
@strip ${PREFIX}/bin/icqnix.install
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|