summaryrefslogtreecommitdiff
path: root/net/socks5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/socks5/Makefile')
-rw-r--r--net/socks5/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile
index 3a835391cd8c..8a0dccd91085 100644
--- a/net/socks5/Makefile
+++ b/net/socks5/Makefile
@@ -3,13 +3,15 @@
# Date created: 24 Apr 1996
# Whom: pst
#
-# $Id: Makefile,v 1.12 1997/05/04 16:55:37 max Exp $
+# $Id: Makefile,v 1.13 1997/08/15 08:32:52 obrien Exp $
#
-DISTNAME= socks5-beta-0.17.2-exportable
-PKGNAME= socks5-0.17.2
+DISTNAME= socks5-v1_0r2_tar
+PKGNAME= socks5-1.0.2
CATEGORIES= net security
-MASTER_SITES= ftp://ftp.nec.com/pub/socks/socks5/
+MASTER_SITES= ftp://ftp.astec.co.jp/pub/security/socks/ \
+ ftp://ftp.ualg.pt/Linux/net/proxies/
+EXTRACT_SUFX= .gz
MAINTAINER= ambrisko@ambrisko.roble.com
@@ -24,6 +26,7 @@ RESTRICTED= "no commercial use"
# --with-syslog-facility=LOG_AUTH \
# --with-passwd
+WRKSRC= ${WRKDIR}/socks5-v1.0r2
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS=-lcrypt
CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \
@@ -31,7 +34,10 @@ CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \
--with-srvpidfile=/var/run/socks5.pid \
--with-srvidtfile=/var/run/socks5.ident \
${EXTRA_CONFIGURE_ARGS}
-MAN1= runsocks.1 socks5.1 stopsocks.1
+MAN1= runsocks.1 socks5.1 stopsocks.1 socks5_clients.1
MAN5= libsocks5.conf.5 socks5.conf.5
+post-install:
+ ldconfig -m ${PREFIX}/lib
+
.include <bsd.port.mk>