1998-06-29 18:39:27 +00:00
|
|
|
# New ports collection makefile for: xicq
|
1998-08-23 04:18:52 +00:00
|
|
|
# Version required: 12 July 1998
|
1998-06-29 18:39:27 +00:00
|
|
|
# Date created: 29 June 1998
|
|
|
|
# Whom: scrappy
|
|
|
|
#
|
1998-08-25 05:03:18 +00:00
|
|
|
# $Id: Makefile,v 1.3 1998/08/23 04:18:46 scrappy Exp $
|
1998-06-29 18:39:27 +00:00
|
|
|
#
|
|
|
|
|
1998-08-23 04:18:52 +00:00
|
|
|
DISTNAME= xicq-071298-snapshot.src
|
|
|
|
PKGNAME= xicq-071298
|
1998-06-29 18:39:27 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.xtrophy.dk/xicq/
|
|
|
|
|
|
|
|
MAINTAINER= scrappy@freebsd.org
|
|
|
|
|
1998-08-23 04:18:52 +00:00
|
|
|
WRKSRC= ${WRKDIR}/xicq-071298
|
1998-06-29 18:39:27 +00:00
|
|
|
|
1998-08-25 05:03:18 +00:00
|
|
|
BROKEN= build
|
|
|
|
|
1998-06-29 18:39:27 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
do-install:
|
1998-08-23 04:18:52 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/xicq/main ${PREFIX}/bin/xicq
|
1998-06-29 18:39:27 +00:00
|
|
|
${MKDIR} ${PREFIX}/share/examples/xicq
|
|
|
|
.for file in contact config
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/xicq
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|