diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-08-31 04:07:26 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-08-31 04:07:26 +0800 |
commit | 8a1818222498f034694d4e605c1813db1602578a (patch) | |
tree | 3b08dde4e34f848ceb548871ac1e4b4c220fbaa7 /net-mgmt/flow-tools/Makefile | |
parent | b76f5cf324893a5adc53f673ecbd2d746f3681d8 (diff) | |
download | freebsd-ports-gnome-8a1818222498f034694d4e605c1813db1602578a.tar.gz freebsd-ports-gnome-8a1818222498f034694d4e605c1813db1602578a.tar.zst freebsd-ports-gnome-8a1818222498f034694d4e605c1813db1602578a.zip |
Update to 0.55
Take out patches(unneeded)
Add scripts to be run
Add new WWW to pkg-descr
PR: 29604
Submitted by: maxim@macomnet.ru
Diffstat (limited to 'net-mgmt/flow-tools/Makefile')
-rw-r--r-- | net-mgmt/flow-tools/Makefile | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/net-mgmt/flow-tools/Makefile b/net-mgmt/flow-tools/Makefile index 66d65a5ac031..10b7cedac9e9 100644 --- a/net-mgmt/flow-tools/Makefile +++ b/net-mgmt/flow-tools/Makefile @@ -6,19 +6,27 @@ # PORTNAME= flow-tools -PORTVERSION= 0.34 +PORTVERSION= 0.55 CATEGORIES= net -MASTER_SITES= ftp://ftp.net.ohio-state.edu/users/maf/cisco/ +MASTER_SITES= ftp://ftp.eng.oar.net/pub/flow-tools/ \ + ftp://ftp.fu-berlin.de/unix/network/flow-tools/ MAINTAINER= .@babolo.ru -ALL_TARGET= i386-fbsd docs +SCRIPTS= flow-mirror flow-rsync flow-search + USE_GMAKE= yes +GNU_CONFIGURE= yes + MAN1= flow-capture.1 flow-export.1 flow-stat.1 flow-cat.1 \ flow-fanout.1 flow-tools.1 flow-dscan.1 flow-filter.1 \ - flow-print.1 flow-expire.1 flow-gen.1 flow-profile.1 + flow-print.1 flow-expire.1 flow-gen.1 flow-profile.1 \ + flow-mirror.1 flow-search.1 -#MANCOMPRESSED= yes +post-install: +.for i in ${SCRIPTS} + @${INSTALL_SCRIPT} ${WRKSRC}/bin/${i} ${PREFIX}/bin +.endfor .include <bsd.port.mk> |