blob: 5a2ffc1ad9ab9f53b76610f0931e474c7f82db7d (
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
|
# Created by: Jason Helfman <jgh@FreeBSD.org>
# $FreeBSD$
PORTNAME= libvirt-glib
PORTVERSION= 0.1.7
CATEGORIES= devel
MASTER_SITES= ftp://libvirt.org/libvirt/glib/
MAINTAINER= jgh@FreeBSD.org
COMMENT= Glib bindings for Libvirt virtualization API
BUILD_DEPENDS= gobject-introspection>=1.34.2:${PORTSDIR}/devel/gobject-introspection \
intltool-update:${PORTSDIR}/textproc/intltool
LIB_DEPENDS= virt.1001:${PORTSDIR}/devel/libvirt
GNU_CONFIGURE= yes
USES= pathfix pkgconfig gmake
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
USE_GNOME= glib20
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector
CONFIGURE_ARGS+= --enable-introspection
post-patch-script:
@${REINPLACE_CMD} 's}--quiet}--quiet --libtool=${LIBTOOL}}' \
${WRKSRC}/libvirt-*/Makefile.in
.include <bsd.port.mk>
|