9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
26 lines
764 B
Makefile
26 lines
764 B
Makefile
# $NetBSD: Makefile,v 1.16 2020/01/26 17:32:12 rillig Exp $
|
|
|
|
DISTNAME= virtinst-0.600.3
|
|
PKGREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://virt-manager.org/download/sources/virtinst/
|
|
|
|
MAINTAINER= gls@NetBSD.org
|
|
HOMEPAGE= https://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_ACCEPTED= 27 # 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"
|