4624ac0209
When installing NetBSD/sparc, use a terminal type of "xterm" rather than "sun", as anita is more likely run from an xterm or other ANSI-like terminal than from a sun console. In the BUGS section of the man page, mention the specific NetBSD ports affected. Fix typos in the man page.
21 lines
605 B
Makefile
21 lines
605 B
Makefile
# $NetBSD: Makefile,v 1.10 2010/08/30 14:42:27 gson Exp $
|
|
#
|
|
|
|
DISTNAME= anita-1.13
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.gson.org/netbsd/anita/download/
|
|
|
|
PYDISTUTILSPKG= yes
|
|
DEPENDS+= qemu>=0.12.3nb2:../../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"
|