pkgsrc/misc/py-anita/Makefile
gson 1c14611b31 Update misc/py-anita to 1.11. Change since 1.10:
Remove '-serial stdio' from qemu argument list.  It's not actually
needed when the '-nographic' option is present, and it confuses
qemu 0.12.
2010-04-13 12:22:27 +00:00

21 lines
600 B
Makefile

# $NetBSD: Makefile,v 1.7 2010/04/13 12:22:27 gson Exp $
#
DISTNAME= anita-1.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= misc
MASTER_SITES= http://www.gson.org/netbsd/anita/download/
PYDISTUTILSPKG= yes
DEPENDS+= qemu>=0.9.0:../../emulators/qemu
DEPENDS+= cdrtools>=2.00.00.00:../../sysutils/cdrtools
MAINTAINER= gson@NetBSD.org
HOMEPAGE= http://www.gson.org/netbsd/anita/
COMMENT= Automated NetBSD Installation and Test Application
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/python/extension.mk"
.include "../../devel/py-pexpect/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"