2013-01-01 09:36:11 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.95 2013/01/01 14:36:11 ajacoutot Exp $
|
2012-09-30 03:51:33 -04:00
|
|
|
|
|
|
|
# DPB: not parallel-safe
|
2006-09-19 14:10:14 -04:00
|
|
|
|
2009-10-10 10:30:47 -04:00
|
|
|
COMMENT= message bus system
|
2006-11-07 05:40:19 -05:00
|
|
|
|
2012-09-30 03:51:33 -04:00
|
|
|
DISTNAME= dbus-1.6.8
|
2010-12-16 02:13:58 -05:00
|
|
|
EPOCH= 0
|
2013-01-01 09:36:11 -05:00
|
|
|
REVISION= 4
|
2010-04-20 13:48:18 -04:00
|
|
|
|
2012-08-15 04:03:43 -04:00
|
|
|
SHARED_LIBS += dbus-1 10.2 # 10.2
|
|
|
|
|
2009-10-10 10:30:47 -04:00
|
|
|
CATEGORIES= x11
|
2012-09-30 03:51:33 -04:00
|
|
|
DPB_PROPERTIES= parallel
|
2006-09-19 14:10:14 -04:00
|
|
|
|
2009-10-10 10:30:47 -04:00
|
|
|
HOMEPAGE= http://dbus.freedesktop.org/
|
2006-09-19 14:10:14 -04:00
|
|
|
|
2010-07-02 14:01:53 -04:00
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
2008-10-12 18:08:04 -04:00
|
|
|
# GPLv2+
|
2006-11-07 05:40:19 -05:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2008-03-23 06:53:55 -04:00
|
|
|
|
2012-12-23 07:25:30 -05:00
|
|
|
WANTLIB += ICE SM X11 c expat kvm pthread xcb
|
2009-10-10 10:30:47 -04:00
|
|
|
|
2013-01-01 09:36:11 -05:00
|
|
|
MASTER_SITES= ${HOMEPAGE}releases/dbus/
|
2009-10-10 10:30:47 -04:00
|
|
|
|
2012-04-26 05:25:40 -04:00
|
|
|
USE_GMAKE= Yes
|
2009-10-10 10:30:47 -04:00
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
|
2012-09-30 03:51:33 -04:00
|
|
|
AUTOCONF_VERSION=2.68
|
|
|
|
CONFIGURE_STYLE=autoconf
|
2009-10-10 10:30:47 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2012-09-04 02:32:52 -04:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2012-04-28 06:52:08 -04:00
|
|
|
CONFIGURE_ARGS= --with-dbus-user=_dbus \
|
2009-10-10 10:30:47 -04:00
|
|
|
--with-xml=expat \
|
2010-04-20 10:54:21 -04:00
|
|
|
--enable-kqueue \
|
2009-10-10 10:30:47 -04:00
|
|
|
--disable-xml-docs \
|
|
|
|
--disable-doxygen-docs \
|
2010-12-21 00:57:42 -05:00
|
|
|
--disable-abstract-sockets \
|
2012-03-31 13:56:44 -04:00
|
|
|
--disable-launchd \
|
2010-12-21 00:57:42 -05:00
|
|
|
--disable-selinux \
|
|
|
|
--disable-libaudit \
|
|
|
|
--disable-dnotify \
|
2012-07-05 03:19:48 -04:00
|
|
|
--disable-inotify \
|
|
|
|
--disable-systemd
|
2009-10-10 10:30:47 -04:00
|
|
|
|
2012-03-31 13:56:44 -04: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
|
|
|
|
# * requires glib2 and dbus-python (which creates 2 dependency loops)
|
|
|
|
# * requires the python MODULE
|
|
|
|
#CONFIGURE_ARGS+= --enable-tests=yes
|
2009-10-10 10:30:47 -04:00
|
|
|
#CONFIGURE_ARGS+= --enable-verbose-mode
|
2006-11-07 05:40:19 -05:00
|
|
|
|
2009-10-10 10:30:47 -04:00
|
|
|
FAKE_FLAGS= sysconfdir=${TRUEPREFIX}/share/examples/dbus
|
2006-09-19 14:10:14 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|