diff options
Diffstat (limited to 'net-mgmt/choparp/Makefile')
-rw-r--r-- | net-mgmt/choparp/Makefile | 17 |
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> |