1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/py-libvirt/Makefile

33 lines
812 B
Makefile

# Created by: Jason Helfman <jgh@FreeBSD.org>
# $FreeBSD$
PORTNAME= libvirt
PORTVERSION= 1.2.13
CATEGORIES= devel
MASTER_SITES= http://libvirt.org/sources/python/ \
ftp://libvirt.org/libvirt/python/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-python-${PORTVERSION}
MAINTAINER= jgh@FreeBSD.org
COMMENT= Python bindings for Libvirt virtualization API
LICENSE= GPLv2
LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt
USES= pkgconfig python shebangfix
SHEBANG_FILES= generator.py sanitytest.py setup.py
USE_PYTHON= distutils autoplist
post-patch:
@${REINPLACE_CMD} -e 's|"python"|"${PYTHON_CMD}"|g' \
${WRKSRC}/setup.py
post-install:
.for lib in libvirtmod libvirtmod_qemu libvirtmod_lxc
@${STRIP_CMD} ${STAGEDIR}${PYTHON_LIBDIR}/site-packages/${lib}.so
.endfor
.include <bsd.port.mk>