aboutsummaryrefslogtreecommitdiff
path: root/devel/libvirt-dbus/Makefile
blob: edf2602c126a4b5f597a10788c7b8d3e088d9615 (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
PORTNAME=	libvirt-dbus
PORTVERSION=	1.4.1
CATEGORIES=	devel
MASTER_SITES=	ftp://libvirt.org/libvirt/dbus/

MAINTAINER=	novel@FreeBSD.org
COMMENT=	Libvirt D-Bus API binding

LICENSE=	LGPL21+
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libvirt.so:devel/libvirt \
	        libvirt-glib-1.0.so:devel/libvirt-glib
RUN_DEPENDS=	dbus-daemon:devel/dbus
BUILD_DEPENDS=	rst2man:textproc/py-docutils

USES=		gettext-runtime gmake gnome libtool perl5 pkgconfig tar:xz meson
USE_GNOME=	glib20
USE_PERL5=	build

USERS=		libvirtdbus
GROUPS=		libvirtdbus

.include <bsd.port.mk>