mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
8565cc21c1
PR: 222346 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
33 lines
745 B
Makefile
33 lines
745 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dbus-glib
|
|
PORTVERSION= 0.108
|
|
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
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libdbus-1.so:devel/dbus
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= cpe gettext gmake libtool localbase 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
|
|
|
|
PLIST_SUB= VERSION="1.0"
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|