1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/security/bsmtrace/Makefile
Chris Rees 7e86306982 Set MAKE_JOBS_UNSAFE-- does not build with FORCE_MAKE_JOBS
PR:		ports/167599
Submitted by:	Bryan Drewery <bryan@shatow.net>
Reviewed by:
Approved by:	alm (maintainer)

Remove compatibility for FreeBSD <7; obsolete versions

PR:		ports/168280
Submitted by:	crees
Approved by:	alm (maintainer)
2012-05-25 17:15:53 +00:00

45 lines
964 B
Makefile

# New ports collection makefile for: bsmtrace
# Date created: 13 March 2007
# Whom: alm
#
# $FreeBSD$
#
PORTNAME= bsmtrace
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= csjp
MAINTAINER= alm@FreeBSD.org
COMMENT= BSM based intrusion detection system
SUB_FILES= pkg-message
MAN1= bsmtrace.1
MAN5= bsmtrace.conf.5
MAKE_JOBS_UNSAFE= yes
.if defined(WITH_PCRE)
LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
MAKE_ENV+= PCRE=1
.endif
pre-build:
${REINPLACE_CMD} -e \
's,/etc/bsmtrace.conf,${PREFIX}/etc/bsmtrace.conf,' \
${WRKSRC}/config.h
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bsmtrace ${PREFIX}/sbin
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/bsmtrace.conf ${EXAMPLESDIR}
${INSTALL_MAN} ${WRKSRC}/bsmtrace.1 ${MAN1PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/bsmtrace.conf.5 ${MAN5PREFIX}/man/man5
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>