17 lines
359 B
Makefile
17 lines
359 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= A setuid version of jexec to allow normal users access to jails
|
|
|
|
PLIST_FILES= sbin/jailme
|
|
|
|
USE_BZIP2= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|