Files
ports/net/cnd/Makefile
Lars Engels c4fd7792f9 *: Drop maintainership on most of my ports.
Unfortunately I cannot give them the love they deserve at the moment.
2021-07-28 22:34:51 +02:00

19 lines
372 B
Makefile

# Created by: Daniel Bryan <sisko@bsdmail.com>
PORTNAME= cnd
PORTVERSION= 0.7
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/
MAINTAINER= ports@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>