blob: 6b173b43ec6ccb339778ad68037ee190fb06ea5b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Dirk Engling <erdgeist@erdgeist.org>
# $FreeBSD$
PORTNAME= jaildaemon
PORTVERSION= 0.2
CATEGORIES= sysutils
MASTER_SITES= http://erdgeist.org/arts/software/jaildaemon/
MAINTAINER= erdgeist@erdgeist.org
COMMENT= Fixed command-line interface for FreeBSD jails to their host system
USE_BZIP2= yes
PLIST_FILES= bin/jaildaemon \
etc/rc.d/jaildaemon
MAN1= jaildaemon.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
IGNORE= requires jail_get function from FreeBSD 8
.endif
.include <bsd.port.post.mk>
|