blob: e3abc9cdf974c8618d3c233ee7e383922e945f83 (
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
|
# 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:devel/dbus
GNU_CONFIGURE= yes
USES= cpe gettext gmake libtool pathfix pkgconfig
CPE_VENDOR= freedesktop
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}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|