diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-15 21:14:48 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-15 21:14:48 +0800 |
commit | c9e9cfe11afa2fe375005703ad36ea65cacb24ac (patch) | |
tree | 70dc88d916e843205697b09ebd7a52e7e078d643 /net/ntop | |
parent | e7a2a2db81d9904ff362cfb4009c9c4483d9cfbe (diff) | |
download | freebsd-ports-gnome-c9e9cfe11afa2fe375005703ad36ea65cacb24ac.tar.gz freebsd-ports-gnome-c9e9cfe11afa2fe375005703ad36ea65cacb24ac.tar.zst freebsd-ports-gnome-c9e9cfe11afa2fe375005703ad36ea65cacb24ac.zip |
- Add LICENSE_FILE
- Add CPE info
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index c17657b201bb..e09ba6ae743e 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Network monitoring tool with command line and web interfaces LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \ libevent.so:${PORTSDIR}/devel/libevent2 @@ -22,7 +23,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ DBDIR?= /var/db -USES= autoreconf:build gmake libtool python +USES= autoreconf:build cpe gmake libtool python USE_GNOME= libxml2 USE_OPENSSL= yes GNU_CONFIGURE= yes |