From a7d31daa8715b29730f0cc49c503062a77856e0b Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 29 Jun 1998 18:39:27 +0000 Subject: Import xicq, another command line ICQ client for Unix --- net-im/xicq/Makefile | 28 ++++++++++++++++++++++++++++ net-im/xicq/distinfo | 1 + net-im/xicq/pkg-comment | 1 + net-im/xicq/pkg-descr | 4 ++++ net-im/xicq/pkg-plist | 3 +++ 5 files changed, 37 insertions(+) create mode 100644 net-im/xicq/Makefile create mode 100644 net-im/xicq/distinfo create mode 100644 net-im/xicq/pkg-comment create mode 100644 net-im/xicq/pkg-descr create mode 100644 net-im/xicq/pkg-plist (limited to 'net-im') 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 diff --git a/net-im/xicq/distinfo b/net-im/xicq/distinfo new file mode 100644 index 000000000000..ff34af328a4e --- /dev/null +++ b/net-im/xicq/distinfo @@ -0,0 +1 @@ +MD5 (xicq-062398-snapshot.tar.gz) = 9bb5fb68ba7fb845166d80593ab2271f diff --git a/net-im/xicq/pkg-comment b/net-im/xicq/pkg-comment new file mode 100644 index 000000000000..e1315e3ced8e --- /dev/null +++ b/net-im/xicq/pkg-comment @@ -0,0 +1 @@ +Xtropy's ICQ Client diff --git a/net-im/xicq/pkg-descr b/net-im/xicq/pkg-descr new file mode 100644 index 000000000000..940a8735109c --- /dev/null +++ b/net-im/xicq/pkg-descr @@ -0,0 +1,4 @@ +Xtropy's ICQ Client + + - http://www.xtrophy.dk/xicq + diff --git a/net-im/xicq/pkg-plist b/net-im/xicq/pkg-plist new file mode 100644 index 000000000000..61798d283698 --- /dev/null +++ b/net-im/xicq/pkg-plist @@ -0,0 +1,3 @@ +bin/xicq +share/examples/xicq/contact +share/examples/xicq/config -- cgit v1.2.3