aboutsummaryrefslogtreecommitdiff
path: root/irc/xaric/Makefile
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2001-04-18 07:33:59 +0000
committerSADA Kenji <sada@FreeBSD.org>2001-04-18 07:33:59 +0000
commit93a33a7cd54a46d1f4ef8f7f91bccc65f2df1c6e (patch)
tree067a78f70285be07a27c8e353a238d84f5ebc021 /irc/xaric/Makefile
parent99b4e1e7950c12a06d6d31186e20d274376267b8 (diff)
Notes
Diffstat (limited to 'irc/xaric/Makefile')
-rw-r--r--irc/xaric/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/irc/xaric/Makefile b/irc/xaric/Makefile
new file mode 100644
index 000000000000..9f93485d6b96
--- /dev/null
+++ b/irc/xaric/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: Xaric
+# Date created: 16 Feb 01
+# Whom: alanp@unixpower.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= xaric
+PORTVERSION= 0.9f
+CATEGORIES= irc
+MASTER_SITES= ftp://ftp.xaric.org/pub/xaric/ \
+ ftp://ftp.unixpower.org/pub/xaric/
+
+MAINTAINER= alanp@unixpower.org
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>