diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-08 13:01:34 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-08 13:01:34 +0000 |
commit | 5d4bd00b946f570b0c16e052f83b892560284490 (patch) | |
tree | 065263b60a1e3eec7584c55cd18effe030a49e24 /net/wmnet2/Makefile | |
parent | bb8cf40c25593d2e5b3909bcb65916941c96fcaa (diff) | |
download | ports-5d4bd00b946f570b0c16e052f83b892560284490.tar.gz ports-5d4bd00b946f570b0c16e052f83b892560284490.zip |
Notes
Diffstat (limited to 'net/wmnet2/Makefile')
-rw-r--r-- | net/wmnet2/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/wmnet2/Makefile b/net/wmnet2/Makefile new file mode 100644 index 000000000000..854717c273d0 --- /dev/null +++ b/net/wmnet2/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: wmnet2 +# Date created: 7 September 2001 +# Whom: Paolo Pisati <flag@libero.it> +# +# $FreeBSD$ +# + +PORTNAME= wmnet2 +PORTVERSION= 1.06 +CATEGORIES= net +MASTER_SITES= http://www.digitalkaos.net/linux/wmnet/download/ +DISTNAME= wmnet-${PORTVERSION} + +MAINTAINER= flag@libero.it + +USE_IMAKE= yes + +MAN1= wmnet2.1 + +.include <bsd.port.mk> |