diff options
author | se <se@FreeBSD.org> | 2000-08-19 16:19:10 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 2000-08-19 16:19:10 +0000 |
commit | eb01b2c9de7c5e2bbf980246a4be6888b807b096 (patch) | |
tree | cb27828f33409f69e72997d568aadf92e5055322 /net-mgmt/argus/Makefile | |
parent | c73488810df6f58278a9de7f5973e491208d1256 (diff) | |
download | FreeBSD-ports-eb01b2c9de7c5e2bbf980246a4be6888b807b096.zip FreeBSD-ports-eb01b2c9de7c5e2bbf980246a4be6888b807b096.tar.gz |
Upgrade to 1.8.1.
Make myself maintainer of this port (agreed to by
Jonathan Hanna, the current maintainer of this port).
Diffstat (limited to 'net-mgmt/argus/Makefile')
-rw-r--r-- | net-mgmt/argus/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net-mgmt/argus/Makefile b/net-mgmt/argus/Makefile index 65338df..31370ad 100644 --- a/net-mgmt/argus/Makefile +++ b/net-mgmt/argus/Makefile @@ -6,29 +6,27 @@ # PORTNAME= argus -PORTVERSION= 1.7.b.1e +PORTVERSION= 1.8.1 CATEGORIES= net security -MASTER_SITES= ftp://ftp.sei.cmu.edu/pub/argus/argus-1.7/ -DISTNAME= argus-1.7.beta.1e +MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/argus/current/ -MAINTAINER= jhanna@home.com +MAINTAINER= se@freebsd.org .if !exists(/usr/include/tcpd.h) LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif GNU_CONFIGURE= true -CONFIGURE_ARGS= --with-pcap=bpf MAN1= connections.1 ra.1 rasort.1 services.1 MAN5= argus.5 MAN8= argus.8 do-install: -.for i in adjacency argus_bpf connections dnstats ra raservices rasort + ${INSTALL_PROGRAM} ${WRKSRC}/bin/argus_bpf ${PREFIX}/bin/argus +.for i in fullra ra radjacency raconnections racount radnstats raservices rasort ${INSTALL_PROGRAM} ${WRKSRC}/bin/$i ${PREFIX}/bin .endfor - ${MV} ${PREFIX}/bin/argus_bpf ${PREFIX}/bin/argus .for i in connections.1 ra.1 rasort.1 services.1 ${INSTALL_MAN} ${WRKSRC}/man/man1/$i ${PREFIX}/man/man1 .endfor @@ -38,6 +36,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/include/cons_out.h ${PREFIX}/include .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/argus + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/argus/README.argus .for i in CA-95.01 CA-95.01.scan.sh README configs dailyscan.sh policy.conf policy.test ra.conf services ${INSTALL_DATA} ${WRKSRC}/examples/$i ${PREFIX}/share/doc/argus .endfor |