summaryrefslogtreecommitdiff
path: root/devel/libvirt-glib/Makefile
blob: 8c5600d6471f70b60fad0b481a68f5866e20343a (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
30
31
32
33
34
35
36
37
38
PORTNAME=	libvirt-glib
PORTVERSION=	5.0.0
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	https://download.libvirt.org/glib/

MAINTAINER=	novel@FreeBSD.org
COMMENT=	Glib bindings for Libvirt virtualization API
WWW=		https://www.libvirt.org

LICENSE=	GPLv2

LIB_DEPENDS=	libvirt.so:devel/libvirt

USES=		gettext gmake gnome meson pathfix pkgconfig \
		python tar:xz

OPTIONS_DEFINE=	DOCS VAPI
OPTIONS_DEFAULT=	DOCS VAPI
OPTIONS_SUB=	yes
DOCS_MESON_ENABLED=	docs
DOCS_BUILD_DEPENDS=	gtk-doc>=0:textproc/gtk-doc
VAPI_MESON_ENABLED=	vapi
VAPI_USES=		vala:build

MESON_ARGS+=	-Dintrospection=enabled -Dgit_werror=disabled
USE_LDCONFIG=	yes
USE_GNOME=	intlhack introspection libxml2
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-fstack-protector
LIBS+=		-L${LOCALBASE}/lib
INSTALL_TARGET=	install-strip

SHLIB_VER=	${PORTVERSION:C/(^[0-9])\./0.\100/}
PLIST_SUB=	VERSION=1.0 \
		SHLIB_VER=${SHLIB_VER}

.include <bsd.port.mk>