summaryrefslogtreecommitdiff
path: root/net/socks5
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-28 20:28:56 +0000
committerjlam <jlam>2001-06-28 20:28:56 +0000
commitf14b67f2368f7d31fca79bd8c2897e53bcd03678 (patch)
treea95f16638db664f93f03c7e58949bc1bd81bbe84 /net/socks5
parent603f9a1791f092e4ca6fb0ed781e1493efae92e0 (diff)
downloadpkgsrc-f14b67f2368f7d31fca79bd8c2897e53bcd03678.tar.gz
Mark as USE_BUILDLINK_ONLY, and some minor whitespace alignments.
Diffstat (limited to 'net/socks5')
-rw-r--r--net/socks5/Makefile29
1 files changed, 15 insertions, 14 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile
index ab310d7ec11..1c23f0874be 100644
--- a/net/socks5/Makefile
+++ b/net/socks5/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2001/06/12 20:33:06 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2001/06/28 20:28:56 jlam Exp $
# FreeBSD Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp
#
DISTNAME= socks5-v1_0r2_tar
PKGNAME= socks5-1.0.2
+WRKSRC= ${WRKDIR}/socks5-v1.0r2
CATEGORIES= net security
MASTER_SITES= ftp://ftp.astec.co.jp/pub/security/socks/ \
ftp://ftp.ualg.pt/Linux/net/proxies/socks5/
@@ -15,7 +16,7 @@ COMMENT= SOCKS v5 application layer gateway and clients
CONFLICTS= socks4-*
-RESTRICTED= "no commercial use"
+RESTRICTED= "no commercial use"
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
@@ -23,18 +24,18 @@ NO_BIN_ON_CDROM= ${RESTRICTED}
# see the readme file before screwing with them
#
#EXTRA_CONFIGURE_ARGS+= \
-# --with-default-server=socks.mydomain.com \
-# --with-syslog-facility=LOG_AUTH \
-# --with-passwd
-
-WRKSRC= ${WRKDIR}/socks5-v1.0r2
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \
- --with-srvconffile=${PREFIX}/etc/socks5.conf \
- --with-srvpidfile=/var/run/socks5.pid \
- --with-srvidtfile=/var/run/socks5.ident \
- ${EXTRA_CONFIGURE_ARGS}
-LIBS= -lcrypt
+# --with-default-server=socks.mydomain.com \
+# --with-syslog-facility=LOG_AUTH \
+# --with-passwd
+
+USE_BUILDLINK_ONLY= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \
+ --with-srvconffile=${PREFIX}/etc/socks5.conf \
+ --with-srvpidfile=/var/run/socks5.pid \
+ --with-srvidtfile=/var/run/socks5.ident \
+ ${EXTRA_CONFIGURE_ARGS}
+LIBS+= -lcrypt
post-install:
${MV} ${PREFIX}/lib/libsocks5_sh.so ${PREFIX}/lib/libsocks5_sh.so.0.0