freebsd-ports/net/xicq/Makefile
Bill Fumerola c4e84e58c4 Make the WRKSRC logic smarter.
freebsd -> FreeBSD

I considered removing the current MASTER_SITE, it's definatly unfetchable
from there (only our mirrors have the file, ftpsearch didn't come up
with anything beyond FreeBSD mirrors) but I'll leave that up to the
MAINTAINER.
1999-11-15 04:32:54 +00:00

29 lines
610 B
Makefile

# New ports collection makefile for: xicq
# Version required: 12 July 1998
# Date created: 29 June 1998
# Whom: scrappy
#
# $FreeBSD$
#
DISTNAME= xicq-071298-snapshot.src
PKGNAME= xicq-071298
CATEGORIES= net
MASTER_SITES= http://www.xtrophy.dk/xicq/
MAINTAINER= scrappy@FreeBSD.org
WRKSRC= ${WRKDIR}/${PKGNAME}
USE_GMAKE= yes
MAKE_ENV= OPT="${CFLAGS}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/xicq/main ${PREFIX}/bin/xicq
${MKDIR} ${PREFIX}/share/examples/xicq
.for file in contact config
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/xicq
.endfor
.include <bsd.port.mk>