1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/sysutils/jailme/Makefile
2021-04-06 16:31:07 +02:00

22 lines
435 B
Makefile

# Created by: wmoran
PORTNAME= jailme
PORTVERSION= 0.2.0
CATEGORIES= sysutils
MAINTAINER= freebsd-ports-maintainers@intermedix.com
COMMENT= Setuid version of jexec to allow normal users access to jails
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= Intermedix
PLIST_FILES= "@(,,4751) sbin/jailme"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jailme ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>