summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-03-16 10:27:31 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-03-16 10:27:31 +0000
commit9285cd827ac32603139ebdcd575034f07696f29a (patch)
tree8fe347e68e83e49058dcfe2d4fac66912f26aa79 /security
parentUpgrade to 4.08.2. (diff)
Author wishes that Bro not be distrbuted while in Alpha.
Notes
Notes: svn path=/head/; revision=10187
Diffstat (limited to 'security')
-rw-r--r--security/bro/Makefile21
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|" \