mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
7929751b52
Both patches got regenerated with makepatch in the process. approved by: infrastructure blanket
20 lines
382 B
Makefile
20 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>
|