diff options
author | scrappy <scrappy@FreeBSD.org> | 1998-06-30 02:39:27 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1998-06-30 02:39:27 +0800 |
commit | 9e522065cb18e53f9bc8adc0cfe516b24dfcc766 (patch) | |
tree | 9b76a5cf15342606e681bcef6ee9cac821bf944e /net/xicq | |
parent | 08757f3b346eea84c32188564223ccfc3d71911b (diff) | |
download | freebsd-ports-gnome-9e522065cb18e53f9bc8adc0cfe516b24dfcc766.tar.gz freebsd-ports-gnome-9e522065cb18e53f9bc8adc0cfe516b24dfcc766.tar.zst freebsd-ports-gnome-9e522065cb18e53f9bc8adc0cfe516b24dfcc766.zip |
Import xicq, another command line ICQ client for Unix
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 |