freebsd-ports/devel/dbus-glib/Makefile
Koop Mast c2e5199186 Update to 0.104.
Drop :keepla from USES=libtool
2015-03-27 14:08:00 +00:00

28 lines
711 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= dbus-glib
PORTVERSION= 0.104
CATEGORIES= devel gnome
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-glib/
MAINTAINER= gnome@FreeBSD.org
COMMENT= GLib bindings for the D-BUS messaging system
LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus
GNU_CONFIGURE= yes
USES= gettext gmake libtool pathfix pkgconfig
USE_GNOME= glib20
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \
--disable-gtk-doc \
--with-html-dir=${PREFIX}/share/doc
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_SUB= VERSION="1.0"
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
.include <bsd.port.mk>