59 lines
1.3 KiB
Makefile
Raw Normal View History

2011-05-06 07:34:17 +00:00
# $OpenBSD: Makefile,v 1.61 2011/05/06 07:34:17 ajacoutot Exp $
# XXX patches/patch-configure_in disables PIE on arm/hppa. This is just a
2009-04-15 16:12:52 +00:00
# temporary workaround until PIE works.
2006-09-19 18:10:14 +00:00
2009-10-10 14:30:47 +00:00
COMMENT= message bus system
2011-04-21 08:27:23 +00:00
DISTNAME= dbus-1.4.8
2011-05-06 07:34:17 +00:00
REVISION= 1
EPOCH= 0
2011-03-07 19:20:28 +00:00
SHARED_LIBS += dbus-1 9.1 # .8.4
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>
# GPLv2+
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
2009-10-10 14:30:47 +00:00
WANTLIB= ICE X11 Xau Xdmcp SM c expat pthread pthread-stubs xcb
MASTER_SITES= ${HOMEPAGE}/releases/dbus/
SEPARATE_BUILD= simple
USE_LIBTOOL= Yes
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 \
2010-04-20 14:54:21 +00:00
--enable-kqueue \
--disable-silent-rules \
2009-10-10 14:30:47 +00:00
--disable-xml-docs \
--disable-doxygen-docs \
--disable-abstract-sockets \
--disable-selinux \
--disable-libaudit \
--disable-dnotify \
--disable-inotify
2009-10-10 14:30:47 +00:00
# Tests are disabled as they change the final dbus binaries
2009-10-10 14:30:47 +00:00
#CONFIGURE_ARGS+= --enable-tests
#CONFIGURE_ARGS+= --enable-verbose-mode
2009-10-10 14:30:47 +00:00
FAKE_FLAGS= sysconfdir=${TRUEPREFIX}/share/examples/dbus
2006-09-19 18:10:14 +00:00
2009-10-10 14:30:47 +00:00
pre-configure:
2011-03-07 19:20:28 +00:00
@${SUBST_CMD} ${WRKSRC}/doc/dbus-uuidgen.1
2006-09-19 18:10:14 +00:00
.include <bsd.port.mk>