aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dbus-glib/Makefile
blob: 8bb4143038f3d3790b2a3319112dc31fd82c8074 (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
PORTNAME=	dbus-glib
PORTVERSION=	0.114
CATEGORIES=	devel gnome
MASTER_SITES=	https://dbus.freedesktop.org/releases/dbus-glib/

MAINTAINER=	desktop@FreeBSD.org
COMMENT=	GLib bindings for the D-BUS messaging system
WWW=		https://www.freedesktop.org/wiki/Software/DBusBindings/

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libdbus-1.so:devel/dbus \
		libexpat.so:textproc/expat2

USES=		cpe gettext gmake gnome libtool localbase pathfix pkgconfig
USE_GNOME=	glib20
USE_LDCONFIG=	yes

CPE_VENDOR=	freedesktop
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-test-socket-dir=${WRKDIR} \
		--disable-gtk-doc \
		--with-html-dir=${PREFIX}/share/doc
INSTALL_TARGET=	install-strip

PLIST_SUB=	VERSION="1.0"

DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>