diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-08 13:42:43 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-08 13:42:43 +0800 |
commit | caa0de4e07af03deb41447f99c7df47787951b66 (patch) | |
tree | cab79c71aa0f67ba76baaa02053b1dc54a5ad938 /net/Makefile | |
parent | 72faeae498536eb01d5cc1b708cbce4b4e7acd11 (diff) | |
download | freebsd-ports-gnome-caa0de4e07af03deb41447f99c7df47787951b66.tar.gz freebsd-ports-gnome-caa0de4e07af03deb41447f99c7df47787951b66.tar.zst freebsd-ports-gnome-caa0de4e07af03deb41447f99c7df47787951b66.zip |
New port: net/csocks SOCKS Client v4/v5 RFC Compliant with many features
This is a port of csocks, A socks client with many features
WWW: http://csocks.virtuale.org
PR: ports/115265
Submitted by: Raffaele De Lorenzo <raffaele.delorenzo@libero.it>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 6d68d7b6a924..7ccefe29a455 100644 --- a/net/Makefile +++ b/net/Makefile @@ -79,6 +79,7 @@ SUBDIR += cphone SUBDIR += crescendo SUBDIR += cryptcat + SUBDIR += csocks SUBDIR += csup SUBDIR += csync2 SUBDIR += ct |