summaryrefslogtreecommitdiff
path: root/net-mgmt/choparp/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-10-07 14:39:43 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-10-07 14:39:43 +0000
commit1b5f72d092728632727e9f5cde56093ed0f896d9 (patch)
tree61385bc2fbcad8677ae1bc51ce83c7dc23b613fe /net-mgmt/choparp/Makefile
parentUpgrade to 4.3.0 (diff)
choparp port.
small and simplified proxy arp daemon. Submitted by: itojun@itojun.org
Notes
Notes: svn path=/head/; revision=8157
Diffstat (limited to 'net-mgmt/choparp/Makefile')
-rw-r--r--net-mgmt/choparp/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-mgmt/choparp/Makefile b/net-mgmt/choparp/Makefile
new file mode 100644
index 000000000000..61bc01e7bdd0
--- /dev/null
+++ b/net-mgmt/choparp/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: choparp
+# Version required: 971007
+# Date created: 7 October 1997
+# Whom: itojun@itojun.org
+#
+# $Id$
+#
+
+DISTNAME= choparp-971007
+CATEGORIES= net
+MASTER_SITES= http://delegate.uec.ac.jp:8081/club/mma/~tree/soft/choparp/
+
+MAINTAINER= itojun@itojun.org
+
+WRKSRC= ${WRKDIR}/choparp
+
+.include <bsd.port.mk>