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/Makefile19
1 files changed, 9 insertions, 10 deletions
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile
index cfa150ed5ba9..3797eca21f5a 100644
--- a/net-im/gicq/Makefile
+++ b/net-im/gicq/Makefile
@@ -1,24 +1,23 @@
# New ports collection makefile for: gicq
-# Version required: 0.22
-# Date Created: 31 Oct 1998
-# Whom: Seiichirou Hiraoka
+# Version required: 0.33
+# Date Created: 31 Oct 1998
+# Whom: Seiichirou Hiraoka
#
-# $Id: Makefile,v 1.3 1998/12/11 02:30:32 flathill Exp $
+# $Id: Makefile,v 1.4 1999/01/22 22:13:48 nectar Exp $
#
-DISTNAME= gicq-0.22
+DISTNAME= gicq-0.33
CATEGORIES= net
-MASTER_SITES= http://www.montana.com/gabriel/gicq/files/
+MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/ \
+ http://www.nectar.com/distfiles/
MAINTAINER= flathill@FreeBSD.ORG
-LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 \
+LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
icq.0:${PORTSDIR}/devel/libicq
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --without-gnome --disable-nls
-CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" \
- GTK_CONFIG="${X11BASE}/bin/gtk10-config"
+CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
.include <bsd.port.mk>