pkgsrc/sysutils/virtinst/Makefile
rillig 9637f7852e all: migrate homepages from http to https
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.
2020-01-26 17:30:40 +00:00

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"