diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-06 17:23:07 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-06 17:23:07 +0000 |
commit | 8a326e6627f71df04767302c6df7b6044575d18c (patch) | |
tree | 429b90e7a40de7eb22613d00330bc07c52b336af /net/nylon/Makefile | |
parent | c27f7afd9668d66156eebdf82d066c257f170b32 (diff) |
Notes
Diffstat (limited to 'net/nylon/Makefile')
-rw-r--r-- | net/nylon/Makefile | 18 |
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> |