1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

net-mgmt/nagcon: document ncurses requirement (USES+=ncurses)

While here, set USES=tar.
I noted the use of "-lstdc++" which is likely wrong, but out of scope
of the change at hand.

approved by:	infrastructure blanket
This commit is contained in:
John Marino 2016-02-05 11:40:44 +00:00
parent dc667273af
commit e561520987
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408164

View File

@ -5,7 +5,6 @@ PORTNAME= nagcon
PORTVERSION= 0.0.30
CATEGORIES= net-mgmt
MASTER_SITES= http://www.vanheusden.com/nagcon/
EXTRACT_SUFX= .tgz
MAINTAINER= rand@meridian-enviro.com
COMMENT= Nagios console monitor
@ -17,6 +16,7 @@ PLIST_FILES= bin/nagcon
CFILES= error.c
CPPFILES= utils.cpp br.cpp nc.cpp pl.cpp
USES= ncurses tar:tgz
CFLAGS+= -DVERSION=\"${PORTVERSION}\" -I${LOCALBASE}/include
LDFLAGS+= -lncurses -lstdc++ -L${LOCALBASE}/lib -lstrfunc