18 lines
342 B
Makefile
18 lines
342 B
Makefile
# New ports collection makefile for: cnd
|
|
# Date created: 12 March 2004
|
|
# Whom: Daniel Bryan <sisko@bsdmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cnd
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://members.iinet.net.au/~lynx/cnd/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Console network display
|
|
|
|
PLIST_FILES= bin/cnd
|
|
|
|
.include <bsd.port.mk>
|