diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-03-16 10:27:31 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-03-16 10:27:31 +0000 |
commit | 9285cd827ac32603139ebdcd575034f07696f29a (patch) | |
tree | 8fe347e68e83e49058dcfe2d4fac66912f26aa79 /security/bro | |
parent | f7bd4de7f87572b792805202a79d5f92d8c06412 (diff) | |
download | ports-9285cd827ac32603139ebdcd575034f07696f29a.tar.gz ports-9285cd827ac32603139ebdcd575034f07696f29a.zip |
Notes
Diffstat (limited to 'security/bro')
-rw-r--r-- | security/bro/Makefile | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile index 70ddfb5d8bfa..ebd737222208 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -4,22 +4,33 @@ # Date created: Sat Feb 28, 1998 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.2 1998/03/03 09:53:37 asami Exp $ +# $Id: Makefile,v 1.3 1998/03/03 09:56:10 asami Exp $ # DISTNAME= vp-bro-0.3-alpha PKGNAME= bro-0.3a CATEGORIES= security net -MASTER_SITES= ftp://ee.lbl.gov/ \ - ftp://ftp.nuxi.com/pub/misc/ +MASTER_SITES= ftp://ee.lbl.gov/ -MAINTAINER= obrien@NUXI.com +MAINTAINER= obrien@FreeBSD.org + +RESTRICTED= "Author wishes Alpha releases not to be distrubted." -NO_PACKAGE= libbind.a compiled without optimization WRKSRC= ${WRKDIR}/bro-0.3 CONFIGURE_ARGS= --libdir=${PREFIX}/share GNU_CONFIGURE= yes +do-fetch: + @if [ ! -f ${DISTDIR}/vp-bro-0.3-alpha${EXTRACT_SUFX} ]; then \ + echo ""; \ + echo "Please contact Vern Paxson <vern@ee.lbl.gov>"; \ + echo "to obtain the obtain the Bro source. Put it in"; \ + echo "${DISTDIR} as vp-bro-0.3-alpha${EXTRACT_SUFX}"; \ + echo "and run make again"; \ + echo ""; \ + exit 1;\ + fi + post-patch: @${MV} ${WRKSRC}/util.cc ${WRKSRC}/util.cc.in @${SED} -e "s|/usr/src/rtsg/bro/policy:/usr/local/lib/bro|${PREFIX}/share/bro|" \ |