1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/net/cnd/Makefile
John Marino 7929751b52 net/cnd: document ncurses requirement (USES+=ncurses), respect LDFLAGS
Both patches got regenerated with makepatch in the process.

approved by:	infrastructure blanket
2016-02-05 12:02:37 +00:00

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>