# New ports collection makefile for: virtinst
# Date created:    2011-06-07
# Whom:      Jason Helfman <jhelfman@experts-exchange.com>
#
# $FreeBSD: ports/net-mgmt/virtinst/Makefile,v 1.4 2012/02/02 23:20:23 jgh Exp $
#

PORTNAME=	virtinst
PORTVERSION=	0.600.1
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
MANCOMPRESSED=	no

.include <bsd.port.mk>
