2012-03-31 17:56:44 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.78 2012/03/31 17:56:44 ajacoutot Exp $
|
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
|
|
|
|
2012-03-31 17:56:44 +00:00
|
|
|
DISTNAME= dbus-1.4.20
|
2010-12-16 07:13:58 +00:00
|
|
|
EPOCH= 0
|
2010-04-20 17:48:18 +00:00
|
|
|
|
2012-03-31 17:56:44 +00:00
|
|
|
SHARED_LIBS += dbus-1 9.1 # .8.9
|
2009-10-10 14:30:47 +00:00
|
|
|
CATEGORIES= x11
|
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_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2008-03-23 10:53:55 +00:00
|
|
|
|
2011-09-09 09:00:25 +00:00
|
|
|
WANTLIB += ICE SM X11 c expat pthread xcb
|
2009-10-10 14:30:47 +00:00
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/releases/dbus/
|
|
|
|
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD= Yes
|
2009-10-10 14:30:47 +00:00
|
|
|
|
|
|
|
USE_LIBTOOL= Yes
|
2012-03-31 17:56:44 +00:00
|
|
|
USE_GMAKE= Yes
|
2009-10-10 14:30:47 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -pthread"
|
|
|
|
CONFIGURE_ARGS= --localstatedir=/var \
|
|
|
|
--with-dbus-user=_dbus \
|
|
|
|
--with-xml=expat \
|
2012-03-31 17:56:44 +00:00
|
|
|
--with-x \
|
2010-04-20 14:54:21 +00:00
|
|
|
--enable-kqueue \
|
2009-10-10 14:30:47 +00:00
|
|
|
--disable-xml-docs \
|
|
|
|
--disable-doxygen-docs \
|
2010-12-21 05:57:42 +00:00
|
|
|
--disable-abstract-sockets \
|
2012-03-31 17:56:44 +00:00
|
|
|
--disable-launchd \
|
2010-12-21 05:57:42 +00:00
|
|
|
--disable-selinux \
|
|
|
|
--disable-libaudit \
|
|
|
|
--disable-dnotify \
|
|
|
|
--disable-inotify
|
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
|
|
|
|
# * requires glib2 and dbus-python (which creates 2 dependency loops)
|
|
|
|
# * requires the python MODULE
|
|
|
|
#CONFIGURE_ARGS+= --enable-tests=yes
|
2009-10-10 14:30:47 +00:00
|
|
|
#CONFIGURE_ARGS+= --enable-verbose-mode
|
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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|