summaryrefslogtreecommitdiffstats
path: root/devel/dbus-sharp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dbus-sharp/Makefile')
-rw-r--r--devel/dbus-sharp/Makefile49
1 files changed, 49 insertions, 0 deletions
diff --git a/devel/dbus-sharp/Makefile b/devel/dbus-sharp/Makefile
new file mode 100644
index 000000000..cf5b2608f
--- /dev/null
+++ b/devel/dbus-sharp/Makefile
@@ -0,0 +1,49 @@
+# New ports collection makefile for: dbus-sharp
+# Date Created: 20041011
+# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
+#
+# $FreeBSD$
+# $Id: Makefile,v 1.1 2006-10-03 20:24:46 ahze Exp $
+#
+
+PORTVERSION= 0.62
+PORTREVISION= 14
+CATEGORIES= devel gnome
+PKGNAMESUFFIX= -sharp
+
+MAINTAINER= bsd-sharp-list@forge.novell.com
+COMMENT= Mono interface to the D-BUS messaging system
+
+LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus
+BUILD_DEPENDS= monodoc:${PORTSDIR}/devel/mono-tools
+RUN_DEPENDS= monodoc:${PORTSDIR}/devel/mono-tools
+
+MASTERDIR= ${.CURDIR}/../dbus
+BUILD_WRKSRC= ${WRKSRC}/mono
+INSTALL_WRKSRC= ${BUILD_WRKSRC}
+PATCHDIR= ${.CURDIR}/files
+MD5_FILE= ${.CURDIR}/distinfo
+DESCR= ${.CURDIR}/pkg-descr
+PLIST= ${.CURDIR}/pkg-plist
+
+DBUS_SLAVE= yes
+
+USE_GNOME= gnomehack gnometarget
+CONFIGURE_ARGS= --enable-mono \
+ --disable-python \
+ --disable-gcj \
+ --disable-gtk \
+ --disable-qt \
+ --with-system-pid-file=/var/run/dbus.pid \
+ --with-system-socket=/var/run/dbus \
+ --with-session-socket-dir=/var/tmp \
+ --disable-doxygen-docs \
+ --disable-xml-docs
+
+# Disable those, since it doesn't install docs yet.
+#post-patch:
+# @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
+# ${WRKSRC}/mono/doc/Makefile.in
+
+.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
+.include "${MASTERDIR}/Makefile"