diff options
author | clement <clement@FreeBSD.org> | 2004-02-08 00:40:37 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-02-08 00:40:37 +0800 |
commit | fd5552ba94ef96411e4bdc31d6e818696a528721 (patch) | |
tree | 4de7051a9ff302628d73bafa9ac23981960865b4 | |
parent | 07d0bc985a7a9c589907d1788b1af02a8ff437fa (diff) | |
download | freebsd-ports-gnome-fd5552ba94ef96411e4bdc31d6e818696a528721.tar.gz freebsd-ports-gnome-fd5552ba94ef96411e4bdc31d6e818696a528721.tar.zst freebsd-ports-gnome-fd5552ba94ef96411e4bdc31d6e818696a528721.zip |
- Use OPTIONS
- SIZEify distinfo
-rw-r--r-- | net/ntop/Makefile | 16 | ||||
-rw-r--r-- | net/ntop/distinfo | 1 |
2 files changed, 13 insertions, 4 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index b9f62808bfc7..741ca0ef57e7 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -48,14 +48,22 @@ MAN8= ntop.8 ## WITH_LSOF: Add lsof as dependency. ## WITH_PCAP: Enable libpcap support. ## WITH_PCAP_PORT: Use libpcap from ports. -## WITH_RRD: Enablerrdtool support. +## WITH_RRD: Enable rrdtool support. ## WITH_XMLDUMP: Enable XML Dump support. ## -## WITHOUT_GDBM: Disable gdbm support. ## WITHOUT_TCPWRAPPER: Disable TCP wrapper support. ## +OPTIONS= LOCALE "Enable locale (i18n) support." Off \ + LSOF "Add lsof as dependency." Off \ + PCAP "Enable libpcap support." Off \ + PCAP_PORT "Use libpcap from ports." Off \ + RRD "Enablerrdtool support." Off \ + XMLDUMP "Enable XML Dump support." Off \ + TCPWRAPPER "Enable TCP wrapper support" On -.if !defined(WITHOUT_TCPWRAPPER) +.include <bsd.port.pre.mk> + +.if defined(WITH_TCPWRAPPER) CONFIGURE_ARGS+= --with-tcpwrap .endif @@ -124,4 +132,4 @@ post-install: post-clean: @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net/ntop/distinfo b/net/ntop/distinfo index 5c404633d802..be491acd8837 100644 --- a/net/ntop/distinfo +++ b/net/ntop/distinfo @@ -1 +1,2 @@ MD5 (ntop-2.2.tgz) = 4586e4173fcab64d2394502603fc73aa +SIZE (ntop-2.2.tgz) = 2551153 |