diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-27 06:40:24 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-27 06:40:24 +0000 |
commit | 1f4a287f09066f01dbebd742b9bf734939e2a06f (patch) | |
tree | 90b99cb9882a74787382def29962331452741be5 /net/argus/Makefile | |
parent | adce277bc813a002900cdef702950f6494e74964 (diff) | |
download | ports-1f4a287f09066f01dbebd742b9bf734939e2a06f.tar.gz ports-1f4a287f09066f01dbebd742b9bf734939e2a06f.zip |
Notes
Diffstat (limited to 'net/argus/Makefile')
-rw-r--r-- | net/argus/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/argus/Makefile b/net/argus/Makefile index c04f3a444f39..31b47989bb29 100644 --- a/net/argus/Makefile +++ b/net/argus/Makefile @@ -3,19 +3,21 @@ # Date created: 26 November 1998 # Whom: Jonathan Hanna <jhanna@home.com> # -# $Id: Makefile,v 1.2 1998/12/05 17:58:00 flathill Exp $ +# $Id: Makefile,v 1.3 1999/02/12 02:55:21 asami Exp $ # DISTNAME= argus-1.7.beta.1e PKGNAME= argus-1.7.b.1e CATEGORIES= net security -MASTER_SITES= ftp://ftp.sei.cmu.edu/pub/argus-1.5/argus-1.7/ +MASTER_SITES= ftp://ftp.sei.cmu.edu/pub/argus/argus-1.7/ MAINTAINER= jhanna@home.com +.if !exists(/usr/include/tcpd.h) LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper +.endif -HAS_CONFIGURE= true +GNU_CONFIGURE= true CONFIGURE_ARGS= --with-pcap=bpf MAN1= connections.1 ra.1 rasort.1 services.1 |