1998-06-29 14:39:27 -04:00
|
|
|
# New ports collection makefile for: xicq
|
|
|
|
# Date created: 29 June 1998
|
|
|
|
# Whom: scrappy
|
|
|
|
#
|
1999-08-30 10:24:37 -04:00
|
|
|
# $FreeBSD$
|
1998-06-29 14:39:27 -04:00
|
|
|
#
|
|
|
|
|
2000-04-09 14:14:07 -04:00
|
|
|
PORTNAME= xicq
|
|
|
|
PORTVERSION= 19980712
|
1998-06-29 14:39:27 -04:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.xtrophy.dk/xicq/
|
2000-04-09 14:14:07 -04:00
|
|
|
DISTNAME= xicq-071298-snapshot.src
|
1998-06-29 14:39:27 -04:00
|
|
|
|
1999-11-14 23:32:54 -05:00
|
|
|
MAINTAINER= scrappy@FreeBSD.org
|
1998-06-29 14:39:27 -04:00
|
|
|
|
1999-11-14 23:32:54 -05:00
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
1998-06-29 14:39:27 -04:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
1999-01-10 13:36:10 -05:00
|
|
|
MAKE_ENV= OPT="${CFLAGS}"
|
1998-06-29 14:39:27 -04:00
|
|
|
|
|
|
|
do-install:
|
1998-08-23 00:18:52 -04:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/xicq/main ${PREFIX}/bin/xicq
|
1998-06-29 14:39:27 -04:00
|
|
|
${MKDIR} ${PREFIX}/share/examples/xicq
|
|
|
|
.for file in contact config
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/xicq
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|