135a5dd16a
This is to make room for pkg_comp 2.0, which is coming soon. The new release is significantly different from the 1.x series in features (supports multiple platforms, bootstrap, and pbulk) but also comes with a different configuration syntax.
25 lines
586 B
Makefile
25 lines
586 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/02/12 10:48:55 jmmv Exp $
|
|
|
|
PKGNAME= pkg_comp1-1.38
|
|
PKGREVISION= 1
|
|
CATEGORIES= pkgtools
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Build packages inside a chroot jail
|
|
LICENSE= modified-bsd
|
|
|
|
CONFLICTS= pkg_comp-[0-9]*
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-*-*
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
NO_CONFIGURE= YES
|
|
NO_BUILD= YES
|
|
|
|
INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/pkg_comp.sh ${DESTDIR}${PREFIX}/sbin/pkg_comp
|
|
${INSTALL_MAN} ${FILESDIR}/pkg_comp.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/pkg_comp.8
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|