freebsd-ports/security/bro/Makefile
Bill Fenner ed2a38806a Tell the distfile survey that bro doesn't have any distfiles to check by
commenting out MASTER_SITES.
Modify the IGNORE= message a little, and use ${DISTFILES} to describe
 the file to fetch so that the message doesn't have to be modified every
 time the port is updated.
1999-04-05 17:49:35 +00:00

49 lines
1.4 KiB
Makefile

# ex:ts=8
# Ports collection makefile for: bro
# Version required: 0.3alpha
# Date created: Sat Feb 28, 1998
# Whom: David O'Brien (obrien@FreeBSD.org)
#
# $Id: Makefile,v 1.9 1999/02/13 20:03:59 obrien Exp $
#
DISTNAME= vp-bro-0.5-alpha
PKGNAME= bro-0.5a
CATEGORIES= security net
#MASTER_SITES= ftp://ee.lbl.gov/
#see http://www-nrg.ee.lbl.gov/bro-info.html
MAINTAINER= obrien@FreeBSD.org
RESTRICTED= "Author wishes Alpha releases not to be distrubted."
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/vp-bro-0.5-alpha${EXTRACT_SUFX})
IGNORE=is still in alpha test. Please contact Vern Paxson <vern@ee.lbl.gov> to obtain the obtain the Bro source. Put it in ${DISTDIR} as ${DISTFILES} and run make again
.endif
IS_INTERACTIVE= "manual fetch"
WRKSRC= ${WRKDIR}/bro-pub-0.5a1
CONFIGURE_ARGS= --libdir=${PREFIX}/share
GNU_CONFIGURE= yes
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|" \
${WRKSRC}/util.cc.in >${WRKSRC}/util.cc
pre-install:
@${MKDIR} ${PREFIX}/share/bro
post-install:
@strip ${PREFIX}/sbin/bro
@${INSTALL_DATA} ${WRKSRC}/policy/*.* ${PREFIX}/share/bro
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/bro
${INSTALL_MAN} ${WRKSRC}/doc/bro-usenix98-revised.ps \
${PREFIX}/share/doc/bro
@${GZIP_CMD} ${PREFIX}/share/doc/bro/bro-usenix98-revised.ps
.endif
.include <bsd.port.post.mk>