mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
597afc47ba
With hat: portmgr Sponsored by: Absolight
34 lines
675 B
Makefile
34 lines
675 B
Makefile
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= warden
|
|
PORTVERSION= 1438351389
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= kmoore@FreeBSD.org
|
|
COMMENT= Warden jail management system utility
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/pcbsd/scripts/functions.sh:sysutils/pcbsd-libsh \
|
|
debootstrap:sysutils/debootstrap \
|
|
jailme:sysutils/jailme
|
|
|
|
WRKSRC_SUBDIR= src-sh/warden
|
|
USES= pkgconfig tar:xz
|
|
NO_BUILD= yes
|
|
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pcbsd
|
|
GH_PROJECT= pcbsd
|
|
GH_TAGNAME= 2c5a0c
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 1000000
|
|
IGNORE= requires FreeBSD 10 or later
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|