freebsd-ports/net-mgmt/virtinst/Makefile
Jason Helfman d343539d3a move contributor address => jgh
Approved by:	crees (mentor)
2011-12-20 17:10:19 +00:00

31 lines
820 B
Makefile

# New ports collection makefile for: virtinst
# Date created: 2011-06-07
# Whom: Jason Helfman <jhelfman@experts-exchange.com>
#
# $FreeBSD$
#
PORTNAME= virtinst
PORTVERSION= 0.600.0
CATEGORIES= net-mgmt
MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jgh@FreeBSD.org
COMMENT= Module to help in starting installations inside of virtual machines
LIB_DEPENDS= virt.9:${PORTSDIR}/devel/libvirt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urlgrabber>=3.9.1:${PORTSDIR}/www/py-urlgrabber
USE_GETTEXT= yes
USE_PYTHON_RUN= yes
USE_PYTHON_BUILD= yes
USE_PYDISTUTILS= yes
MAN1= virt-clone.1 virt-convert.1 virt-image.1 virt-install.1
MAN5= virt-image.5
MAN1PREFIX= ${PREFIX}/share
MAN5PREFIX= ${PREFIX}/share
MANCOMPRESSED= no
.include <bsd.port.mk>