aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/gicq/Makefile
diff options
context:
space:
mode:
authorflathill <flathill@FreeBSD.org>1998-11-19 15:09:00 +0800
committerflathill <flathill@FreeBSD.org>1998-11-19 15:09:00 +0800
commitf17c8be836edf1704611b57578b2b2fe6e23f8db (patch)
tree55ed35c731e6e2db2a0edadfbd2395c1a26e6eb7 /net-im/gicq/Makefile
parent269b24afd82516b2c75b7200d86616ae13ecd56a (diff)
downloadfreebsd-ports-gnome-f17c8be836edf1704611b57578b2b2fe6e23f8db.tar.gz
freebsd-ports-gnome-f17c8be836edf1704611b57578b2b2fe6e23f8db.tar.zst
freebsd-ports-gnome-f17c8be836edf1704611b57578b2b2fe6e23f8db.zip
Initial Import gicq.
gicq is GTK based ICQ program.
Diffstat (limited to 'net-im/gicq/Makefile')
-rw-r--r--net-im/gicq/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile
new file mode 100644
index 000000000000..c15f6039ef5b
--- /dev/null
+++ b/net-im/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>