diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2007-04-16 04:26:28 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2007-04-16 04:26:28 +0000 |
commit | f9752c8ba0c536de322b124b392e7b73d6521edb (patch) | |
tree | d327dcffe18da079457261acfc1d64e1c7b765e6 /net/socks5/Makefile | |
parent | e2dd491a7d33477014d9c0880b4cf455352c6d5a (diff) | |
download | ports-f9752c8ba0c536de322b124b392e7b73d6521edb.tar.gz ports-f9752c8ba0c536de322b124b392e7b73d6521edb.zip |
Notes
Diffstat (limited to 'net/socks5/Makefile')
-rw-r--r-- | net/socks5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 8b53d99b4d0f..aef65447e3d3 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -7,7 +7,7 @@ PORTNAME= socks5 PORTVERSION= 1.0.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net security MASTER_SITES= http://freeware.sgi.com/source/socks5/ DISTNAME= socks5-v1.0r11 @@ -15,6 +15,7 @@ DISTNAME= socks5-v1.0r11 MAINTAINER= josh@tcbug.org COMMENT= SOCKS v5 application layer gateway and clients +USE_RC_SUBR= ${PORTNAME}.sh NO_CDROM= "NEC has a funky license for this software" RESTRICTED= "no commercial use" @@ -31,6 +32,7 @@ CONFLICTS= dante-[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME} INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +CFLAGS+= -DHAVE_VSNPRINTF CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \ --with-srvconffile=${PREFIX}/etc/socks5.conf \ --with-srvpidfile=/var/run/socks5.pid \ |