opnsense-ports/net/cnd/Makefile
Franco Fichtner 40cd0ebfc0 */*: sync with upstream
Taken from: FreeBSD
2016-02-07 16:27:40 +01:00

19 lines
382 B
Makefile

# Created by: Daniel Bryan <sisko@bsdmail.com>
# $FreeBSD$
PORTNAME= cnd
PORTVERSION= 0.7
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/
MAINTAINER= lme@FreeBSD.org
COMMENT= Console network display
USES= ncurses
PLIST_FILES= bin/cnd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>