diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-20 11:16:03 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-20 11:16:03 +0000 |
commit | d459a9c59c3ac652890ac68092b47ff11c2dd956 (patch) | |
tree | e644ec5e9890216c17adbc20bb63fba3ac369e9a /net/dante/Makefile | |
parent | 3c74fb363f3596dd68ca0807b804a56caf35ca6d (diff) | |
download | ports-d459a9c59c3ac652890ac68092b47ff11c2dd956.tar.gz ports-d459a9c59c3ac652890ac68092b47ff11c2dd956.zip |
Notes
Diffstat (limited to 'net/dante/Makefile')
-rw-r--r-- | net/dante/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index 7344a347e89e..fe4222f9f594 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -7,6 +7,7 @@ PORTNAME= dante PORTVERSION= 1.1.14 +PORTREVISION= 1 CATEGORIES= net security MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ \ @@ -16,8 +17,11 @@ MAINTAINER= anders@FreeBSD.org COMMENT= A circuit-level firewall/proxy GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-socks-conf=${PREFIX}/etc/socks.conf \ --with-sockd-conf=${PREFIX}/etc/sockd.conf +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" INSTALLS_SHLIB= yes |