freebsd-ports/ports-mgmt/jailaudit/Makefile
Dmitry Morozovsky 5c8f086ca5 Make this port compatible with user-set TMPDIR environment variable
Committed directly due to maintainer-timeout of 1 month and non-intrusive
change behaviour.

PR:	ports/163697
2012-01-30 13:54:34 +00:00

28 lines
692 B
Makefile

# New ports collection makefile for: jailaudit
# Date created: 21 October 2005
# Whom: cryx
#
# $FreeBSD$
#
PORTNAME= jailaudit
PORTVERSION= 1.2
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>