1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/net-mgmt/virtinst/Makefile
Tilman Keskinoz a6cd608e3d Update to 0.600.0
PR:		159261
Submitted by:	Jason Helfman
2011-07-30 15:11:15 +00:00

32 lines
834 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= jhelfman@experts-exchange.com
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>