mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
493 B
Makefile
27 lines
493 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://icqnix.linuxbox.com/
|
|
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>
|