freebsd-ports/net/icqnix/Makefile
Satoshi Asami 4bd98fb07c Use USE_QT instead of explicit LIB_DEPENDS. Also, change
HAS_CONFIGURE+CONFIGURE_ARGS="--prefix=${PREFIX}" to GNU_CONFIGURE.
2000-02-23 00:14:12 +00:00

27 lines
502 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
RUN_DEPENDS= esdplay:${PORTSDIR}/audio/esound
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_QT= yes
post-install:
@strip ${PREFIX}/bin/icqnix
@strip ${PREFIX}/bin/icqnix.install
.include <bsd.port.mk>