blob: 1016d4d24cfb2a8236f2625497a57637e581bad9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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>
|