openbsd-ports/x11/dbus/Makefile

41 lines
952 B
Makefile
Raw Normal View History

2006-12-16 07:22:32 -05:00
# $OpenBSD: Makefile,v 1.5 2006/12/16 12:22:35 espie Exp $
2006-09-19 14:10:14 -04:00
COMMENT= "message system"
DISTNAME= dbus-0.94
SHARED_LIBS += dbus-1 5.0 # .5.0
2006-09-19 14:10:14 -04:00
CATEGORIES= x11
HOMEPAGE= http://dbus.freedesktop.org/
2006-09-19 14:10:14 -04:00
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= ICE X11 SM c pthread
2006-09-19 14:10:14 -04:00
MASTER_SITES= ${HOMEPAGE}releases/dbus/
2006-09-20 08:22:07 -04:00
LIB_DEPENDS= expat.>=6::textproc/expat
SEPARATE_BUILD= simple
2006-09-19 14:10:14 -04:00
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib \
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
2006-11-13 08:01:37 -05:00
USE_X11= Yes
2006-09-19 14:10:14 -04:00
USE_LIBTOOL= Yes
FAKE_FLAGS= sysconfdir=${TRUEPREFIX}/share/examples/dbus \
DESTDIR=${WRKINST}
2006-09-19 14:10:14 -04:00
.include <bsd.port.mk>