mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
bb448dc14c
PR: 191502 Submitted by: Joe Barbish (qchroot@a1poweruser.com)
26 lines
556 B
Makefile
26 lines
556 B
Makefile
# Created by: Joe Barbish <qchroot@a1poweruser.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qchroot
|
|
PORTVERSION= 0.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
MAINTAINER= qchroot@a1poweruser.com
|
|
COMMENT= Utility for deployment of chroot environments
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= tar:bzip2
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/qchroot \
|
|
${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/qchroot.bootime \
|
|
${STAGEDIR}${PREFIX}/etc/rc.d
|
|
${INSTALL_MAN} ${WRKSRC}/qchroot.8 \
|
|
${STAGEDIR}${MAN8PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|