summaryrefslogtreecommitdiff
path: root/net-im/gicq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/gicq/Makefile')
-rw-r--r--net-im/gicq/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile
deleted file mode 100644
index e51496425fda..000000000000
--- a/net-im/gicq/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: gicq
-# Date Created: 31 Oct 1998
-# Whom: Seiichirou Hiraoka
-#
-# $FreeBSD$
-#
-
-PORTNAME= gicq
-PORTVERSION= 0.33
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- ftp://ftp.korsoft.com/pub/gicq/
-MASTER_SITE_SUBDIR= flathill
-
-MAINTAINER= flathill@FreeBSD.org
-
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
- icq.0:${PORTSDIR}/net/libicq
-
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --without-gnome --disable-nls
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GLIB_CONFIG="${GLIB_CONFIG}" \
- GTK_CONFIG="${GTK_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>