diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-12 13:27:51 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-12 13:27:51 +0000 |
commit | 51378f7b19d9cc02804b39a47c85691c0588a4f4 (patch) | |
tree | 7a56ec8e6902e91c11e59e07fca6113bba7bed0b /net/cnd/Makefile | |
parent | 0f5726c770d23713400ebc105bc383d726dc42bc (diff) | |
download | ports-51378f7b19d9cc02804b39a47c85691c0588a4f4.tar.gz ports-51378f7b19d9cc02804b39a47c85691c0588a4f4.zip |
Notes
Diffstat (limited to 'net/cnd/Makefile')
-rw-r--r-- | net/cnd/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/cnd/Makefile b/net/cnd/Makefile new file mode 100644 index 000000000000..ba0dc7503ffb --- /dev/null +++ b/net/cnd/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: cnd +# Date created: 12 March 2004 +# Whom: Daniel Bryan <sisko@bsdmail.com> +# +# $FreeBSD$ +# + +PORTNAME= cnd +PORTVERSION= 0.1 +CATEGORIES= net +MASTER_SITES= http://members.iinet.net.au/~lynx/cnd/ + +MAINTAINER= sisko@bsdmail.com +COMMENT= Console network display + +.include <bsd.port.mk> |