2005-10-16 04:17:38 +02:00
|
|
|
# New ports collection makefile for: ezjail
|
|
|
|
# Date created: 1 September 2005
|
|
|
|
# Whom: erdgeist
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ezjail
|
2012-02-03 01:00:21 +01:00
|
|
|
PORTVERSION= 3.2.1
|
2012-02-09 19:08:28 +01:00
|
|
|
PORTREVISION= 1
|
2005-10-16 04:17:38 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://erdgeist.org/arts/software/ezjail/
|
|
|
|
|
|
|
|
MAINTAINER= erdgeist@erdgeist.org
|
2012-08-03 17:54:35 +02:00
|
|
|
COMMENT= Framework to easily create, manipulate, and run FreeBSD jails
|
2005-10-16 04:17:38 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
|
2012-01-07 18:20:32 +01:00
|
|
|
MAN5= ezjail.conf.5
|
|
|
|
MAN7= ezjail.7
|
|
|
|
MAN8= ezjail-admin.8
|
2005-10-16 04:17:38 +02:00
|
|
|
|
2012-02-09 19:08:28 +01:00
|
|
|
post-install:
|
|
|
|
[ -f ${PREFIX}/etc/${PORTNAME}.conf ] || \
|
|
|
|
${CP} -p ${PREFIX}/etc/${PORTNAME}.conf.sample \
|
|
|
|
${PREFIX}/etc/${PORTNAME}.conf
|
|
|
|
|
2009-01-06 18:59:31 +01:00
|
|
|
.include <bsd.port.mk>
|