59fe32210f
- while here move man installation away from ${PREFIX}/share Approved by: crees, rene (mentors, implicit)
30 lines
764 B
Makefile
30 lines
764 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.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>
|