2014-04-14 18:43:24 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.111 2014/04/14 18:43:24 ajacoutot Exp $
|
2012-09-30 07:51:33 +00:00
|
|
|
|
|
|
|
# DPB: not parallel-safe
|
2006-09-19 18:10:14 +00:00
|
|
|
|
2009-10-10 14:30:47 +00:00
|
|
|
COMMENT= message bus system
|
2006-11-07 10:40:19 +00:00
|
|
|
|
2014-01-24 10:43:16 +00:00
|
|
|
DISTNAME= dbus-1.8.0
|
2010-12-16 07:13:58 +00:00
|
|
|
EPOCH= 0
|
2014-04-14 18:43:24 +00:00
|
|
|
REVISION= 0
|
2010-04-20 17:48:18 +00:00
|
|
|
|
2014-01-24 10:43:16 +00:00
|
|
|
SHARED_LIBS += dbus-1 11.0 # 11.3
|
2012-08-15 08:03:43 +00:00
|
|
|
|
2009-10-10 14:30:47 +00:00
|
|
|
CATEGORIES= x11
|
2012-09-30 07:51:33 +00:00
|
|
|
DPB_PROPERTIES= parallel
|
2006-09-19 18:10:14 +00:00
|
|
|
|
2009-10-10 14:30:47 +00:00
|
|
|
HOMEPAGE= http://dbus.freedesktop.org/
|
2006-09-19 18:10:14 +00:00
|
|
|
|
2010-07-02 18:01:53 +00:00
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
2008-10-12 22:08:04 +00:00
|
|
|
# GPLv2+
|
2006-11-07 10:40:19 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2008-03-23 10:53:55 +00:00
|
|
|
|
2014-04-14 18:43:24 +00:00
|
|
|
WANTLIB += ICE SM X11 c expat pthread xcb
|
2009-10-10 14:30:47 +00:00
|
|
|
|
2013-01-01 14:36:11 +00:00
|
|
|
MASTER_SITES= ${HOMEPAGE}releases/dbus/
|
2009-10-10 14:30:47 +00:00
|
|
|
|
2012-04-26 09:25:40 +00:00
|
|
|
USE_GMAKE= Yes
|
2009-10-10 14:30:47 +00:00
|
|
|
|
2014-01-24 10:43:16 +00:00
|
|
|
BUILD_DEPENDS= textproc/xmlto
|
|
|
|
|
2013-05-07 07:00:01 +00:00
|
|
|
AUTOCONF_VERSION=2.69
|
2012-09-30 07:51:33 +00:00
|
|
|
CONFIGURE_STYLE=autoconf
|
2009-10-10 14:30:47 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2012-09-04 06:32:52 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2012-04-28 10:52:08 +00:00
|
|
|
CONFIGURE_ARGS= --with-dbus-user=_dbus \
|
2009-10-10 14:30:47 +00:00
|
|
|
--disable-doxygen-docs \
|
2014-01-24 10:43:16 +00:00
|
|
|
--without-dbus-glib
|
2009-10-10 14:30:47 +00:00
|
|
|
|
2012-03-31 17:56:44 +00:00
|
|
|
# gives no chance of picking up devel/libexecinfo
|
|
|
|
CONFIGURE_ENV+= ac_cv_header_execinfo_h=no \
|
|
|
|
ac_cv_func_backtrace=no
|
|
|
|
|
|
|
|
# Full test coverage is disabled:
|
|
|
|
# * changes the final dbus binaries
|
2013-12-27 12:12:05 +00:00
|
|
|
# * requires py-gobject and dbus-python (dependency loop)
|
2012-03-31 17:56:44 +00:00
|
|
|
# * requires the python MODULE
|
2014-01-24 10:43:16 +00:00
|
|
|
#MODULES += lang/python
|
|
|
|
#TEST_DEPENDS += devel/py-gobject x11/dbus-glib
|
|
|
|
#BUILD_DEPENDS += devel/py-gobject x11/dbus-glib
|
|
|
|
#CONFIGURE_ARGS+= --enable-tests
|
2009-10-10 14:30:47 +00:00
|
|
|
#CONFIGURE_ARGS+= --enable-verbose-mode
|
2014-01-24 10:43:16 +00:00
|
|
|
#CONFIGURE_ARGS+= --with-dbus-glib
|
2006-11-07 10:40:19 +00:00
|
|
|
|
2009-10-10 14:30:47 +00:00
|
|
|
FAKE_FLAGS= sysconfdir=${TRUEPREFIX}/share/examples/dbus
|
2006-09-19 18:10:14 +00:00
|
|
|
|
2014-01-24 10:43:16 +00:00
|
|
|
post-install:
|
|
|
|
rm -r ${WRKINST}/var/{lib,run/dbus}
|
|
|
|
|
2006-09-19 18:10:14 +00:00
|
|
|
.include <bsd.port.mk>
|