summaryrefslogtreecommitdiff
path: root/net-im/xicq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/xicq/Makefile')
-rw-r--r--net-im/xicq/Makefile28
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>