1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/net/cnd/Makefile
2014-04-01 18:48:56 +00:00

18 lines
351 B
Makefile

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