diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-28 20:28:56 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-28 20:28:56 +0000 |
commit | 0d519e28f8808ff9c5de53124870aa78b5c14da0 (patch) | |
tree | a95f16638db664f93f03c7e58949bc1bd81bbe84 /net | |
parent | 664b01442bc9137018bf39d4e28e080fded6da1a (diff) | |
download | pkgsrc-0d519e28f8808ff9c5de53124870aa78b5c14da0.tar.gz |
Mark as USE_BUILDLINK_ONLY, and some minor whitespace alignments.
Diffstat (limited to 'net')
-rw-r--r-- | net/socks5/Makefile | 29 |
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 |