openbsd-ports/x11/dbus/Makefile

43 lines
1010 B
Makefile
Raw Normal View History

2007-04-08 12:33:41 -04:00
# $OpenBSD: Makefile,v 1.7 2007/04/08 16:33:41 sturm Exp $
2006-09-19 14:10:14 -04:00
COMMENT= "message system"
DISTNAME= dbus-1.0.2
2007-04-08 12:33:41 -04:00
PKGNAME= ${DISTNAME}p0
SHARED_LIBS += dbus-1 6.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
2007-04-08 12:33:41 -04:00
WANTLIB= ICE X11 Xau Xdmcp 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
AUTOCONF_VERSION= 2.59
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>