018660120e
Deal with sysinst no longer asking for a password cipher. Create the work directory in "test" mode so that it works without running "install" first. Fix incorrect description of the --workdir option in the man page, and consistently use the term "work directory" throughout. Reorganized the man page, adding a MODES section. New mode "print-workdir". Fix installation of historical versions of -current around CVS date 2009.08.23.20.57.40.
21 lines
605 B
Makefile
21 lines
605 B
Makefile
# $NetBSD: Makefile,v 1.14 2010/12/04 19:43:37 gson Exp $
|
|
#
|
|
|
|
DISTNAME= anita-1.18
|
|
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"
|