1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/sysutils/bastille/Makefile
Kyle Evans 2335e2f0e6 sysutils/bastille: Update to 0.6.20200414
Release notes:
 - https://github.com/BastilleBSD/bastille/releases/tag/0.6.20200414

PR:		245630
Submitted by:	christer.edwards@gmail.com (maintainer)
Approved by:	koobs (mentor, ports)
MFH:		No (bugfix of prior release not megred)
2020-06-17 02:38:38 +00:00

35 lines
850 B
Makefile

# Created by: Christer Edwards <christer.edwards@gmail.com>
# $FreeBSD$
PORTNAME= bastille
PORTVERSION= 0.6.20200414
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= 5249e25
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_MAN} ${WRKSRC}/${PREFIX}/man/man8/bastille.8.gz \
${STAGEDIR}${PREFIX}/man/man8/bastille.8.gz
${INSTALL_DATA} ${WRKSRC}/${ETCDIR}/bastille.conf.sample ${STAGEDIR}${ETCDIR}/bastille.conf.sample
.include <bsd.port.mk>