diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1998-06-29 18:39:27 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1998-06-29 18:39:27 +0000 |
commit | a7d31daa8715b29730f0cc49c503062a77856e0b (patch) | |
tree | e80c517b1a545d70da410ac6c45b2b8ac2e31016 /net-im/xicq/Makefile | |
parent | Added 'docproj' (diff) |
Import xicq, another command line ICQ client for Unix
Diffstat (limited to 'net-im/xicq/Makefile')
-rw-r--r-- | net-im/xicq/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net-im/xicq/Makefile b/net-im/xicq/Makefile new file mode 100644 index 000000000000..c3de9a3ee784 --- /dev/null +++ b/net-im/xicq/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: xicq +# Version required: 23 June 1998 +# Date created: 29 June 1998 +# Whom: scrappy +# +# $Id:$ +# + +DISTNAME= xicq-062398-snapshot +PKGNAME= xicq-062398 +CATEGORIES= net +MASTER_SITES= http://www.xtrophy.dk/xicq/ +EXTRACT_SUFX= .tar.gz + +MAINTAINER= scrappy@freebsd.org + +WRKSRC= ${WRKDIR}/xicq-062398-snapshot + +USE_GMAKE= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/xicq ${PREFIX}/bin + ${MKDIR} ${PREFIX}/share/examples/xicq +.for file in contact config + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/xicq +.endfor + +.include <bsd.port.mk> |