Files
ports/sysutils/bastille/Makefile
T
Kurt Jaeger 102ddc619b New port: sysutils/bastille
Bastille is a jail automation framework that allows you to
quickly create and manage FreeBSD jails.

The project focuses on secure defaults, automation and
repeatable templates.

WWW: https://bastillebsd.org

PR:		235679
Submitted by:	Christer Edwards <christer.edwards@gmail.com>
2019-02-18 19:22:28 +00:00

33 lines
736 B
Makefile

# Created by: Christer Edwards <christer.edwards@gmail.com>
# $FreeBSD$
PORTNAME= bastille
PORTVERSION= 0.3.20190204
CATEGORIES= sysutils
MAINTAINER= christer.edwards@gmail.com
COMMENT= Jail automation framework
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= bastillebsd
GH_TAGNAME= 57bd13c
NO_BUILD= yes
NO_ARCH= yes
USE_RC_SUBR= bastille
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PREFIX}/bin/bastille ${STAGEDIR}${PREFIX}/bin
post-install:
${MKDIR} ${STAGEDIR}${ETCDIR}
${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC}/${DATADIR} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
${INSTALL_DATA} ${WRKSRC}/${ETCDIR}/bastille.conf ${STAGEDIR}${ETCDIR}/bastille.conf.sample
.include <bsd.port.mk>