mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
2a816df7e1
PR: ports/177410 Submitted by: Philipp Wuensche <cryx-ports@h3q.com> (maintainer)
25 lines
641 B
Makefile
25 lines
641 B
Makefile
# Created by: Philipp Wuensche <cryx-ports@h3q.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jailaudit
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= ports-mgmt
|
|
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}/ports-mgmt/portaudit
|
|
|
|
USE_BZIP2= yes
|
|
|
|
PERIODICDIR?= ${PREFIX}/etc/periodic
|
|
REPORTDIR?= ${PREFIX}/jailaudit/reports
|
|
XTMPDIR?= ${PREFIX}/jailaudit/tmp
|
|
|
|
PLIST_SUB+= PERIODICDIR="${PERIODICDIR:S,^${PREFIX}/,,}" \
|
|
REPORTDIR="${REPORTDIR:S,^${PREFIX}/,,}" \
|
|
XTMPDIR="${XTMPDIR:S,^${PREFIX}/,,}"
|
|
|
|
.include <bsd.port.mk>
|