diff options
| -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 |
