Convert to buildlink3 and fix a typo in DESCR.
This commit is contained in:
parent
fe8c426e6e
commit
cba1d6d267
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
tsocks allows non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use
|
||||
SOCKS without any modification. It does this by intercepting the calls that
|
||||
applications make to establish network connections and negotating them through
|
||||
applications make to establish network connections and negotiating them through
|
||||
a SOCKS server as necessary.
|
||||
|
||||
tsocks is based on the 'shared library interceptor' concept. Through use of
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2004/01/24 14:50:06 grant Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2004/04/25 08:00:46 snj Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tsocks-1.7
|
||||
|
@ -10,7 +10,7 @@ HOMEPAGE= http://tsocks.sourceforge.net/
|
|||
COMMENT= Transparent SOCKS proxying library
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_BUILDLINK2= YES
|
||||
USE_BUILDLINK3= YES
|
||||
USE_GNU_TOOLS+= make
|
||||
|
||||
CONFIGURE_ARGS+= --with-conf=${PKG_SYSCONFDIR}/tsocks.conf
|
||||
|
|
Loading…
Reference in a new issue