blob: 8e087bd8a7052441b62f46c9917f3a2f144b2828 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: virtinst
# Date created: 2011-06-07
# Whom: Jason Helfman <jhelfman@experts-exchange.com>
#
# $FreeBSD$
#
PORTNAME= virtinst
PORTVERSION= 0.600.2
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>
|