mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
27 lines
763 B
Makefile
27 lines
763 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/01/23 19:18:07 wiz Exp $
|
|
|
|
DISTNAME= virtinst-0.600.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://virt-manager.org/download/sources/virtinst/
|
|
|
|
MAINTAINER= gls@NetBSD.org
|
|
HOMEPAGE= http://virt-manager.org/
|
|
COMMENT= Module to help in starting installations inside of virtual machines
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= msgfmt xgettext
|
|
|
|
USE_LANGUAGES= # none
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.600.3
|
|
|
|
SUBST_CLASSES+= man
|
|
SUBST_STAGE.man= pre-configure
|
|
SUBST_MESSAGE.man= Fixing man pages installation path
|
|
SUBST_FILES.man= setup.py
|
|
SUBST_SED.man= -e 's,@@PKGMANDIR@@,${PKGMANDIR},'
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|