48c4c898ed
PR: ports/111772 Submitted by: Marcelo Araujo (araujo@bsdmail.org) Approved by: maintainer
20 lines
442 B
Makefile
20 lines
442 B
Makefile
# New ports collection makefile for: jailme
|
|
# Date created: 2 January 2007
|
|
# Whom: 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
|
|
|
|
.include <bsd.port.mk>
|