From 1dd602ade37fc66ab47cdd358836be4f341e182a Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Sat, 29 Dec 2001 04:07:34 +0000 Subject: Update 0.96.1 -> 0.98 PR: ports/33146 Submitted by: Jochem Kossen Fix the locale directories. Add a WITH_SOCKS5 knob while I'm here. --- net/gnomeicu2/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'net/gnomeicu2/Makefile') diff --git a/net/gnomeicu2/Makefile b/net/gnomeicu2/Makefile index 853dc427516e..9bbaa0c92fc5 100644 --- a/net/gnomeicu2/Makefile +++ b/net/gnomeicu2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnomeicu -PORTVERSION= 0.96.1 -PORTREVISION= 2 +PORTVERSION= 0.98 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnomeicu @@ -15,9 +14,10 @@ MASTER_SITE_SUBDIR= gnomeicu MAINTAINER= gnome@FreeBSD.org USE_X_PREFIX= yes -USE_BZIP2= yes USE_GNOME= yes GNU_CONFIGURE= yes +USE_GMAKE= yes +BUILD_DEPENDS+= gnet-config:${PORTSDIR}/net/gnet .if defined(WITH_DANTE) LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante SOCKSFLAGS= -Dconnect=Rconnect -Dbind=Rbind -Dgetsockname=Rgetsockname \ @@ -29,6 +29,10 @@ SOCKSFLAGS= -Dconnect=Rconnect -Dbind=Rbind -Dgetsockname=Rgetsockname \ -Dwritev=Rwritev -Dsend=Rsend -Dsendmsg=Rsendmsg \ -Dread=Rread -Dreadv=Rreadv -Drecv=Rrecv -Drecvmsg=Rrecvmsg SOCKSLIBS= -lsocks +.elif defined(WITH_SOCKS5) +BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 +SOCKSFLAGS= -DSOCKS -include ${LOCALBASE}/include/socks.h +SOCKSLIBS= -lsocks5 .endif CONFIGURE_ARGS= --with-statusmenu -- cgit v1.2.3