diff options
author | nectar <nectar@FreeBSD.org> | 2001-12-29 04:07:34 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2001-12-29 04:07:34 +0000 |
commit | 1918286bc4d1821eb40bad5862b82149a81fb24e (patch) | |
tree | 655211233d9bd65e675c0e272ce370cec664513d /net-im/gnomeicu/Makefile | |
parent | ff66b23508c55b30a9414b73564222500ac792fc (diff) | |
download | FreeBSD-ports-1918286bc4d1821eb40bad5862b82149a81fb24e.zip FreeBSD-ports-1918286bc4d1821eb40bad5862b82149a81fb24e.tar.gz |
Update 0.96.1 -> 0.98
PR: ports/33146
Submitted by: Jochem Kossen <j.kossen@home.nl>
Fix the locale directories.
Add a WITH_SOCKS5 knob while I'm here.
Diffstat (limited to 'net-im/gnomeicu/Makefile')
-rw-r--r-- | net-im/gnomeicu/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net-im/gnomeicu/Makefile b/net-im/gnomeicu/Makefile index 853dc42..9bbaa0c 100644 --- a/net-im/gnomeicu/Makefile +++ b/net-im/gnomeicu/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 |