1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net-im/xicq/Makefile

29 lines
610 B
Makefile
Raw Normal View History

# New ports collection makefile for: xicq
# Version required: 12 July 1998
# Date created: 29 June 1998
# Whom: scrappy
#
1999-08-30 14:24:37 +00:00
# $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>