b5eaea1772
Changes from 1.6: Increase timeouts, particularly when extracting sets and running the ATF tests Remove workaround for lib/39175, as it broke the installation of the "comp" set Add a new command "test" for running the ATF tests Accept a local distribution directory path in place of a URL Check for missing slash at end of distribution directory URL Detect HTTP 404 errors
21 lines
599 B
Makefile
21 lines
599 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/10/13 08:14:34 gson Exp $
|
|
#
|
|
|
|
DISTNAME= anita-1.8
|
|
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"
|