1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/ports-mgmt/jailaudit/Makefile
Cheng-Lung Sung c44e33b3ba - update to 1.2
PR:		ports/96776
Submitted by:	maintainer (Philipp Wuensche)
2006-06-02 08:05:44 +00:00

35 lines
818 B
Makefile

# New ports collection makefile for: jailaudit
# Date created: 21 October 2005
# Whom: cryx
#
# $FreeBSD$
#
PORTNAME= jailaudit
PORTVERSION= 1.2
CATEGORIES= security
MASTER_SITES= http://outpost.h3q.com/software/jailaudit/
MAINTAINER= cryx-ports@h3q.com
COMMENT= Script to generate portaudit reports for jails
RUN_DEPENDS= ${LOCALBASE}/sbin/portaudit:${PORTSDIR}/security/portaudit
USE_BZIP2= yes
PERIODICDIR?= ${PREFIX}/etc/periodic
REPORTDIR?= ${PREFIX}/jailaudit/reports
TMPDIR?= ${PREFIX}/jailaudit/tmp
PLIST_SUB+= PERIODICDIR="${PERIODICDIR:S,^${PREFIX}/,,}" \
REPORTDIR="${REPORTDIR:S,^${PREFIX}/,,}" \
TMPDIR="${TMPDIR:S,^${PREFIX}/,,}"
.include <bsd.port.pre.mk>
.if ( ${OSVERSION} < 501000 )
IGNORE= needs the jls utility which was added in FreeBSD 5.1
.endif
.include <bsd.port.post.mk>