952311f384
Fix a failure to consume a shell prompt which would cause it to remain buffered and later be mistaken for one that had not yet issued. For added protection, add a unique serial number to each prompt. Omit drive index from qemu command line for backwards compatibility with scripts written for anita 1.29 or older. Fix X11 set names.
22 lines
659 B
Makefile
22 lines
659 B
Makefile
# $NetBSD: Makefile,v 1.26 2013/10/03 19:22:57 gson Exp $
|
|
#
|
|
|
|
DISTNAME= anita-1.31
|
|
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
|
|
|
|
# qemu1 does not work reliably. See the anita(1) man page.
|
|
DEPENDS+= qemu>=0.12.3nb2:../../emulators/qemu0
|
|
DEPENDS+= cdrtools>=2.00.00.00:../../sysutils/cdrtools
|
|
DEPENDS+= ${PYPKGPREFIX}-pexpect>=2.1:../../devel/py-pexpect
|
|
|
|
USE_LANGUAGES= #none
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|