diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-15 13:15:40 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-15 13:15:40 +0000 |
commit | cd28ac813c54d71e6c7c3ad26aa88dcd0e844824 (patch) | |
tree | 880c37335719082fb637992a28b4ff1168af9f62 | |
parent | 7976ce6d4f7caafbdb2ba77194ee7fbe1d58b169 (diff) | |
download | ports-cd28ac813c54d71e6c7c3ad26aa88dcd0e844824.tar.gz ports-cd28ac813c54d71e6c7c3ad26aa88dcd0e844824.zip |
- Add LICENSE_FILE
- Add CPE info
Notes
Notes:
svn path=/head/; revision=384049
-rw-r--r-- | net/ntopng/Makefile | 5 |
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 |