aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-04-15 13:15:40 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-04-15 13:15:40 +0000
commitcd28ac813c54d71e6c7c3ad26aa88dcd0e844824 (patch)
tree880c37335719082fb637992a28b4ff1168af9f62
parent7976ce6d4f7caafbdb2ba77194ee7fbe1d58b169 (diff)
downloadports-cd28ac813c54d71e6c7c3ad26aa88dcd0e844824.tar.gz
ports-cd28ac813c54d71e6c7c3ad26aa88dcd0e844824.zip
- Add LICENSE_FILE
- Add CPE info
Notes
Notes: svn path=/head/; revision=384049
-rw-r--r--net/ntopng/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ntopng/Makefile b/net/ntopng/Makefile
index ec4dc396e588..7b1adc67133f 100644
--- a/net/ntopng/Makefile
+++ b/net/ntopng/Makefile
@@ -11,6 +11,7 @@ MAINTAINER= bofh@FreeBSD.org
COMMENT= Network monitoring tool with command line and web interfaces
LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN= Fails to link
@@ -23,9 +24,11 @@ USE_AUTOTOOLS= autoheader aclocal libtoolize
USE_SQLITE= yes
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
-USES= gmake libtool pathfix pkgconfig tar:tgz
+USES= cpe gmake libtool pathfix pkgconfig tar:tgz
SUB_FILES= ntopng-geoipupdate.sh
+CPE_VENDOR= ntop
+
OPTIONS_DEFINE= GEOIP NLS
OPTIONS_DEFAULT= GEOIP
GEOIP_BUILD_DEPENDS= geoiplookup:${PORTSDIR}/net/GeoIP