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/xicq | |
parent | b71f144f0b4c82e3053ada67172e81227f68baf0 (diff) |
Notes
Diffstat (limited to 'net/xicq')
-rw-r--r-- | net/xicq/Makefile | 28 | ||||
-rw-r--r-- | net/xicq/distinfo | 1 | ||||
-rw-r--r-- | net/xicq/pkg-comment | 1 | ||||
-rw-r--r-- | net/xicq/pkg-descr | 4 | ||||
-rw-r--r-- | net/xicq/pkg-plist | 3 |
5 files changed, 37 insertions, 0 deletions
diff --git a/net/xicq/Makefile b/net/xicq/Makefile new file mode 100644 index 000000000000..c3de9a3ee784 --- /dev/null +++ b/net/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> diff --git a/net/xicq/distinfo b/net/xicq/distinfo new file mode 100644 index 000000000000..ff34af328a4e --- /dev/null +++ b/net/xicq/distinfo @@ -0,0 +1 @@ +MD5 (xicq-062398-snapshot.tar.gz) = 9bb5fb68ba7fb845166d80593ab2271f diff --git a/net/xicq/pkg-comment b/net/xicq/pkg-comment new file mode 100644 index 000000000000..e1315e3ced8e --- /dev/null +++ b/net/xicq/pkg-comment @@ -0,0 +1 @@ +Xtropy's ICQ Client diff --git a/net/xicq/pkg-descr b/net/xicq/pkg-descr new file mode 100644 index 000000000000..940a8735109c --- /dev/null +++ b/net/xicq/pkg-descr @@ -0,0 +1,4 @@ +Xtropy's ICQ Client + + - http://www.xtrophy.dk/xicq + diff --git a/net/xicq/pkg-plist b/net/xicq/pkg-plist new file mode 100644 index 000000000000..61798d283698 --- /dev/null +++ b/net/xicq/pkg-plist @@ -0,0 +1,3 @@ +bin/xicq +share/examples/xicq/contact +share/examples/xicq/config |