ff3076287a
EggDBus aims to be an easy-to-use set of GObject bindings for interacting with DBus. Currently, this interaction is done using libdbus-1. DESCR from FreeBSD.
41 lines
872 B
Makefile
41 lines
872 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/04/20 14:00:07 ajacoutot Exp $
|
|
|
|
COMMENT= D-Bus binding for GObject
|
|
|
|
DISTNAME= eggdbus-0.6
|
|
|
|
SHARED_LIBS += eggdbus-1 0.0 # .0.0
|
|
|
|
CATEGORIES= devel x11
|
|
|
|
HOMEPAGE= http://dbus.freedesktop.org/
|
|
|
|
# GPLv2+
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
WANTLIB += c dbus-1 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 pcre
|
|
WANTLIB += pthread
|
|
|
|
MASTER_SITES= http://hal.freedesktop.org/releases/
|
|
|
|
MODULES= devel/gettext
|
|
|
|
BUILD_DEPENDS= ::textproc/libxslt \
|
|
::textproc/docbook-xsl
|
|
LIB_DEPENDS= dbus-glib-1.>=4::x11/dbus-glib
|
|
|
|
USE_GMAKE= Yes
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
--enable-man-pages \
|
|
--enable-gtk-doc=no
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|