Changes from 1.48: Fix issue introduced in 1.48 that caused the Xen install kernel to be used instead of the regular Xen kernel when booting the installed system.
30 lines
820 B
Makefile
30 lines
820 B
Makefile
# $NetBSD: Makefile,v 1.55 2019/06/11 17:12:19 gson Exp $
|
|
|
|
DISTNAME= anita-1.49
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.gson.org/netbsd/anita/download/
|
|
|
|
MAINTAINER= gson@NetBSD.org
|
|
HOMEPAGE= http://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
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.48
|
|
|
|
SUBST_CLASSES+= manpath
|
|
SUBST_STAGE.manpath= pre-configure
|
|
SUBST_FILES.manpath= setup.py
|
|
SUBST_SED.manpath= -e 's,man/,${PKGMANDIR}/,g'
|
|
|
|
do-test:
|
|
${TRUE} # There are no unit tests
|
|
|
|
.include "options.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|