mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
4bd98fb07c
HAS_CONFIGURE+CONFIGURE_ARGS="--prefix=${PREFIX}" to GNU_CONFIGURE.
27 lines
502 B
Makefile
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>
|