blob: 1d8bd5b34bd9649db65ab1a3016f6918d0f57487 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= qchroot
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= qchroot1@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}${PREFIX}/share/man/man8
.include <bsd.port.mk>
|