1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/sysutils/qjail/Makefile
Mathieu Arnold 92dade2526 Remove the CONFLICTS_INSTALL lines, they can't conflict, they can't be
installed at the same time.

Submitted by:	maintainer
Sponsored by:	Absolight
2016-08-31 21:49:37 +00:00

48 lines
1.4 KiB
Makefile

# Created by: Joe Barbish
# $FreeBSD$
PORTNAME= qjail
PORTVERSION= 5.0
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= qjail1@a1poweruser.com
COMMENT= Utility to quickly deploy and manage jails
LICENSE= BERNE-CONVENTION
LICENSE_NAME= Berne Convention
LICENSE_TEXT= As per the international "Berne Convention" this work is \
protected and all rights reserved. \
Before qjail may be forked, written permission must be \
obtained from the author <qjail1@a1poweruser.com>. \
This work is provided 'AS IS' and you use it at your own risk. \
Redistribution and use is permitted providing this license \
notice is retained.
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= tar:bzip2
NO_BUILD= yes
NO_ARCH= yes
IGNORE_FreeBSD_9= Only for FreeBSD 11+
IGNORE_FreeBSD_10= Only for FreeBSD 11+
do-install:
.for i in qjail qjail.vnet.be
${INSTALL_SCRIPT} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin
.endfor
${INSTALL_SCRIPT} ${WRKSRC}/qjail.bootime \
${STAGEDIR}${PREFIX}/etc/rc.d
${INSTALL_DATA} ${WRKSRC}/qjail.portsnap.conf \
${STAGEDIR}${PREFIX}/etc/qjail.portsnap.conf.sample
.for i in qjail qjail-intro qjail-howto
${INSTALL_MAN} ${WRKSRC}/${i}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
.endfor
# note examples are mandatory. qjail will not function without them
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/examples/ \
&& ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR})
.include <bsd.port.mk>