aboutsummaryrefslogtreecommitdiff
path: root/net/gicq
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-29 03:56:15 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-29 03:56:15 +0000
commit92103d6d5cd276d1373540bf8b9d97a23929f822 (patch)
tree2313fd648f4f8aae5fe387795ed60d255d84b5d9 /net/gicq
parent0ebce2fca246698aa00a259132fd207e4209026d (diff)
downloadports-92103d6d5cd276d1373540bf8b9d97a23929f822.tar.gz
ports-92103d6d5cd276d1373540bf8b9d97a23929f822.zip
Update to use gtk version 1.2.3.
PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=19055
Diffstat (limited to 'net/gicq')
-rw-r--r--net/gicq/Makefile11
-rw-r--r--net/gicq/pkg-plist2
2 files changed, 8 insertions, 5 deletions
diff --git a/net/gicq/Makefile b/net/gicq/Makefile
index e299ef70dec1..d5bd29129b0d 100644
--- a/net/gicq/Makefile
+++ b/net/gicq/Makefile
@@ -3,7 +3,7 @@
# Date Created: 31 Oct 1998
# Whom: Seiichirou Hiraoka
#
-# $Id: Makefile,v 1.6 1999/04/06 12:02:41 flathill Exp $
+# $Id: Makefile,v 1.7 1999/05/08 01:42:40 taoka Exp $
#
DISTNAME= gicq-0.33
@@ -13,13 +13,16 @@ MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/ \
MAINTAINER= flathill@FreeBSD.ORG
-LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
icq.0:${PORTSDIR}/net/libicq
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-gnome --disable-nls
-CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
- CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ GTK_CONFIG="${GTK_CONFIG}" \
+ LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
diff --git a/net/gicq/pkg-plist b/net/gicq/pkg-plist
index a8425957eda3..ec71b337f897 100644
--- a/net/gicq/pkg-plist
+++ b/net/gicq/pkg-plist
@@ -1,6 +1,6 @@
bin/gicq
+share/gnome/apps/Applications/gicq.desktop
share/gnome/help/gicq/C/index.html
share/gnome/help/gicq/C/topic.dat
@dirrm share/gnome/help/gicq/C
@dirrm share/gnome/help/gicq
-share/gnome/apps/Applications/gicq.desktop