32c9efb5f2
Changes from 2.7: Preemeptively support sysinst requesting entropy as a single line. Fix bug in 2.7 that caused the provision of entropy to the installer to fail when running under Python 3. Omit ",cdrom" when passing a CD-ROM device to a Xen PV domain because doing so will cause NetBSD/Xen to ignore device since xenbus_probe.c 1.51.
32 lines
829 B
Makefile
32 lines
829 B
Makefile
# $NetBSD: Makefile,v 1.67 2020/11/11 12:24:52 gson Exp $
|
|
|
|
DISTNAME= anita-2.8
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.gson.org/netbsd/anita/download/
|
|
|
|
MAINTAINER= gson@NetBSD.org
|
|
HOMEPAGE= https://www.gson.org/netbsd/anita/
|
|
COMMENT= Automated NetBSD Installation and Test Application
|
|
LICENSE= isc
|
|
|
|
DEPENDS+= cdrtools>=2.00.00.00:../../sysutils/cdrtools
|
|
DEPENDS+= ${PYPKGPREFIX}-pexpect>=2.1:../../devel/py-pexpect
|
|
|
|
USE_LANGUAGES= #none
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${PKGMANDIR} != man
|
|
SUBST_CLASSES+= manpath
|
|
SUBST_STAGE.manpath= pre-configure
|
|
SUBST_FILES.manpath= setup.py
|
|
SUBST_SED.manpath= -e 's,man/,${PKGMANDIR}/,g'
|
|
.endif
|
|
|
|
do-test:
|
|
${TRUE} # Tests not integrated into pkgsrc
|
|
|
|
.include "options.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|