diff options
author | obrien <obrien@FreeBSD.org> | 1998-03-16 10:27:31 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-03-16 10:27:31 +0000 |
commit | 16a749f1e64a77ce0cb7cd18e676a107026a67be (patch) | |
tree | 701f3a8a413d01344296fa93913e54c90324d2c0 /security/bro | |
parent | e1690ef088f2d311027610246d879b3054ed4669 (diff) | |
download | FreeBSD-ports-16a749f1e64a77ce0cb7cd18e676a107026a67be.zip FreeBSD-ports-16a749f1e64a77ce0cb7cd18e676a107026a67be.tar.gz |
Author wishes that Bro not be distrbuted while in Alpha.
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 70ddfb5..ebd7372 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|" \ |