1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/icqnix/Makefile
FUJISHIMA Satsuki 2283c1f5e1 Change MASTER_SITES.
PR:		24142
Submitted by:	maintainer
2001-01-21 20:07:04 +00:00

27 lines
503 B
Makefile

# New ports collection makefile for: icqnix
# Date created: 27 Aug 1999
# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= icqnix
PORTVERSION= b1
CATEGORIES= net
MASTER_SITES= http://www.csie.nctu.edu.tw/~yinjieh/
DISTNAME= icqnix-beta1
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>