diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-03-19 20:13:16 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-03-19 20:13:16 +0000 |
commit | 86266bf2fabcfe053e414b1ebbc358b006c3dd23 (patch) | |
tree | a1edfca4e7f8202b3054d915abc6fe1a2988e00c /sysutils/jaildaemon/Makefile | |
parent | 7ecc6b5db715acebacde0a553d19a11aa1ba62d1 (diff) | |
download | ports-86266bf2fabcfe053e414b1ebbc358b006c3dd23.tar.gz ports-86266bf2fabcfe053e414b1ebbc358b006c3dd23.zip |
Notes
Diffstat (limited to 'sysutils/jaildaemon/Makefile')
-rw-r--r-- | sysutils/jaildaemon/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/jaildaemon/Makefile b/sysutils/jaildaemon/Makefile new file mode 100644 index 000000000000..a63614eea92a --- /dev/null +++ b/sysutils/jaildaemon/Makefile @@ -0,0 +1,24 @@ +# Created by: Dirk Engling <erdgeist@erdgeist.org> +# $FreeBSD$ + +PORTNAME= jaildaemon +PORTVERSION= 0.1 +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> |