aboutsummaryrefslogtreecommitdiffstats
path: root/net/nylon/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-07-07 01:23:07 +0800
committerijliao <ijliao@FreeBSD.org>2001-07-07 01:23:07 +0800
commit5cf549dd6fc9e4293745270a1c8b3ef142dd4fc2 (patch)
tree2c2f5e12a5d917b4db779bd8d11ce2e193adb8de /net/nylon/Makefile
parente3b5e3636ee2d93d7c869613c294f3c9d2c242ac (diff)
downloadfreebsd-ports-gnome-5cf549dd6fc9e4293745270a1c8b3ef142dd4fc2.tar.gz
freebsd-ports-gnome-5cf549dd6fc9e4293745270a1c8b3ef142dd4fc2.tar.zst
freebsd-ports-gnome-5cf549dd6fc9e4293745270a1c8b3ef142dd4fc2.zip
add nylon
A Unix SOCKS 4 and 5 proxy server PR: 28036 Submitted by: William Ward <William.Ward@ericsson.com>
Diffstat (limited to 'net/nylon/Makefile')
-rw-r--r--net/nylon/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/nylon/Makefile b/net/nylon/Makefile
new file mode 100644
index 000000000000..d4af1f3fa4d1
--- /dev/null
+++ b/net/nylon/Makefile
@@ -0,0 +1,18 @@
+# ex:ts=8
+# New ports collection makefile for: nylon
+# Date created: Jun 11, 2001
+# Whom: William Ward <William.Ward@ericsson.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= nylon
+PORTVERSION= 0.2
+CATEGORIES= net
+MASTER_SITES= http://mesh.eecs.umich.edu/projects/nylon/
+
+MAINTAINER= William.Ward@ericsson.com
+
+USE_AUTOCONF= yes
+
+.include <bsd.port.mk>