diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2001-12-29 04:07:34 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2001-12-29 04:07:34 +0000 |
commit | 1dd602ade37fc66ab47cdd358836be4f341e182a (patch) | |
tree | e78adfa4e3469c74bf20883290dec420363f1c68 /net/gnomeicu2/Makefile | |
parent | 0cd7e5bdaea295561edec636c1a91e02260695cc (diff) | |
download | ports-1dd602ade37fc66ab47cdd358836be4f341e182a.tar.gz ports-1dd602ade37fc66ab47cdd358836be4f341e182a.zip |
Notes
Diffstat (limited to 'net/gnomeicu2/Makefile')
-rw-r--r-- | net/gnomeicu2/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
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 |