1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/sysutils/jailme/Makefile
2014-09-06 13:16:12 +00:00

20 lines
433 B
Makefile

# Created by: wmoran
# $FreeBSD$
PORTNAME= jailme
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://people.collaborativefusion.com/~wmoran/code/jailme/
MAINTAINER= wmoran@collaborativefusion.com
COMMENT= setuid version of jexec to allow normal users access to jails
PLIST_FILES= "@(,,4751) sbin/jailme"
USES= tar:bzip2
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jailme ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>