mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
30 lines
678 B
Makefile
30 lines
678 B
Makefile
# Created by: Jason Helfman <jgh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libvirt-glib
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://libvirt.org/libvirt/glib/
|
|
|
|
MAINTAINER= jgh@FreeBSD.org
|
|
COMMENT= Glib bindings for Libvirt virtualization API
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-introspection
|
|
USES= gettext gmake libtool pathfix pkgconfig python:2
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= intlhack introspection
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -fstack-protector
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_SUB= VERSION=1.0 \
|
|
SHLIB_VER=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|