42 lines
1.0 KiB
Makefile
42 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile,v 1.8 2007/04/27 18:46:20 bernd Exp $
|
|
|
|
COMMENT= "message system"
|
|
|
|
DISTNAME= dbus-1.0.2
|
|
PKGNAME= ${DISTNAME}p1
|
|
SHARED_LIBS += dbus-1 6.0 # .5.0
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://dbus.freedesktop.org/
|
|
|
|
# GPL
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
WANTLIB= ICE X11 Xau Xdmcp SM c expat pthread
|
|
|
|
MASTER_SITES= ${HOMEPAGE}releases/dbus/
|
|
|
|
SEPARATE_BUILD= simple
|
|
|
|
AUTOCONF_VERSION= 2.59
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" \
|
|
CPPFLAGS="-I${X11BASE}/include" \
|
|
CFLAGS="${CFLAGS} -I${LOCALBASE}/include -pthread"
|
|
CONFIGURE_ARGS= --localstatedir=/var \
|
|
--with-dbus-user=_dbus \
|
|
--with-xml=expat
|
|
# Tests are disabled as they change the final dbus binaries
|
|
#CONFIGURE_ARGS= --enable-tests
|
|
#CONFIGURE_ARGS= --enable-verbose-mode
|
|
|
|
USE_X11= Yes
|
|
USE_LIBTOOL= Yes
|
|
|
|
FAKE_FLAGS= sysconfdir=${TRUEPREFIX}/share/examples/dbus \
|
|
DESTDIR=${WRKINST}
|
|
|
|
.include <bsd.port.mk>
|