summaryrefslogtreecommitdiff
path: root/net/gicq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gicq/Makefile')
-rw-r--r--net/gicq/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/gicq/Makefile b/net/gicq/Makefile
new file mode 100644
index 000000000000..c15f6039ef5b
--- /dev/null
+++ b/net/gicq/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: gicq
+# Version required: 0.22
+# Date Created: 31 Oct 1998
+# Whom: Seiichirou Hiraoka
+#
+# $Id$
+#
+
+DISTNAME= gicq-0.22
+PKGNAME= gicq-0.22
+CATEGORIES= net
+MASTER_SITES= http://www.montana.com/gabriel/gicq/files/
+
+MAINTAINER= flathill@FreeBSD.ORG
+
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --without-gnome --disable-nls
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/libicq.a:${PORTSDIR}/devel/libicq \
+ ${X11BASE}/lib/libgtk.a:${PORTSDIR}/x11-toolkits/gtk
+
+.include <bsd.port.mk>