aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/jailaudit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/jailaudit/Makefile')
-rw-r--r--ports-mgmt/jailaudit/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/ports-mgmt/jailaudit/Makefile b/ports-mgmt/jailaudit/Makefile
deleted file mode 100644
index fe863b7c342f..000000000000
--- a/ports-mgmt/jailaudit/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: jailaudit
-# Date created: 21 October 2005
-# Whom: cryx
-#
-# $FreeBSD$
-#
-
-PORTNAME= jailaudit
-PORTVERSION= 1.1
-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>