2005-05-16 08:01:39 +02:00
|
|
|
# New ports collection makefile for: dbus-sharp
|
|
|
|
# Date Created: 20041011
|
|
|
|
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-01-14 23:00:26 +01:00
|
|
|
# $Id: Makefile,v 1.18 2006/01/02 20:54:03 tmclau02 Exp $
|
2005-05-16 08:01:39 +02:00
|
|
|
#
|
|
|
|
|
2006-11-09 20:26:04 +01:00
|
|
|
PORTNAME= dbus-sharp
|
2006-10-14 10:35:50 +02:00
|
|
|
PORTVERSION= 0.62
|
2006-11-08 06:25:43 +01:00
|
|
|
PORTREVISION= 17
|
2005-05-16 08:01:39 +02:00
|
|
|
CATEGORIES= devel gnome
|
2006-11-09 20:26:04 +01:00
|
|
|
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/
|
|
|
|
DISTNAME= dbus-${PORTVERSION}
|
2005-05-16 08:01:39 +02:00
|
|
|
|
2005-09-20 03:00:40 +02:00
|
|
|
MAINTAINER= bsd-sharp-list@forge.novell.com
|
2005-05-16 08:01:39 +02:00
|
|
|
COMMENT= Mono interface to the D-BUS messaging system
|
|
|
|
|
2006-10-14 10:35:50 +02:00
|
|
|
LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus
|
2005-07-10 23:45:03 +02:00
|
|
|
BUILD_DEPENDS= monodoc:${PORTSDIR}/devel/mono-tools
|
|
|
|
RUN_DEPENDS= monodoc:${PORTSDIR}/devel/mono-tools
|
2005-05-16 08:01:39 +02:00
|
|
|
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/mono
|
|
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
|
|
|
|
|
|
USE_GNOME= gnomehack gnometarget
|
2006-11-09 20:26:04 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-05-16 08:01:39 +02:00
|
|
|
CONFIGURE_ARGS= --enable-mono \
|
|
|
|
--disable-python \
|
|
|
|
--disable-gcj \
|
|
|
|
--disable-gtk \
|
|
|
|
--disable-qt \
|
2006-10-14 10:35:50 +02:00
|
|
|
--with-test-socket-dir=${WRKDIR} \
|
2006-11-08 06:25:43 +01:00
|
|
|
--with-system-pid-file=/var/run/dbus/dbus.pid \
|
|
|
|
--with-system-socket=/var/run/dbus/system_bus_socket \
|
2005-05-16 08:01:39 +02:00
|
|
|
--with-session-socket-dir=/var/tmp \
|
|
|
|
--disable-doxygen-docs \
|
|
|
|
--disable-xml-docs
|
2006-11-09 20:26:04 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
2005-05-16 08:01:39 +02:00
|
|
|
|
2005-07-16 18:34:56 +02:00
|
|
|
# Disable those, since it doesn't install docs yet.
|
|
|
|
#post-patch:
|
|
|
|
# @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
|
|
|
# ${WRKSRC}/mono/doc/Makefile.in
|
2005-05-16 08:01:39 +02:00
|
|
|
|
2005-11-10 05:36:25 +01:00
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
2006-11-09 20:26:04 +01:00
|
|
|
.include <bsd.port.mk>
|