* sort Make blocks * any of compiler languages are not required to build. * distutils pkg, switch to use distutils.mk. Bump PKGREVISION.
24 lines
650 B
Makefile
24 lines
650 B
Makefile
# $NetBSD: Makefile,v 1.18 2012/01/28 08:43:05 obache Exp $
|
|
#
|
|
|
|
DISTNAME= anita-1.24
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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+= qemu>=0.12.3nb2:../../emulators/qemu
|
|
DEPENDS+= cdrtools>=2.00.00.00:../../sysutils/cdrtools
|
|
DEPENDS+= ${PYPKGPREFIX}-pexpect>=2.1:../../devel/py-pexpect
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= #none
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|