0e945210a5
- Switch to PLIST_FILES PR: 81402 Submitted by: Andrej Zverev <az@inec.ru> Approved by: maintainer timeout
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= sisko@bsdmail.com
|
|
COMMENT= Console network display
|
|
|
|
PLIST_FILES= bin/cnd
|
|
|
|
.include <bsd.port.mk>
|