summaryrefslogtreecommitdiffstats
path: root/devel/ndesk-dbus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ndesk-dbus/Makefile')
-rw-r--r--devel/ndesk-dbus/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/devel/ndesk-dbus/Makefile b/devel/ndesk-dbus/Makefile
new file mode 100644
index 000000000..b5e7c997d
--- /dev/null
+++ b/devel/ndesk-dbus/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: ndesk-dbus
+# Date created: 14 January 2008
+# Whom: FreeBSD GNOME Team <gnome@FreeBSD.org>
+#
+# $FreeBSD: ports/x11/ndesk-dbus/Makefile,v 1.21 2007/10/24 23:36:52 marcus Exp $
+#
+
+PORTNAME= ndesk-dbus
+PORTVERSION= 0.6.0
+CATEGORIES= devel
+MASTER_SITES= http://www.ndesk.org/archive/ndesk-dbus/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A C\# implementation of D-Bus
+
+BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
+RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
+
+USE_GMAKE= yes
+USE_GNOME= gnomehack gnometarget
+GNU_CONFIGURE= yes
+
+DOCS= AUTHORS COPYING README
+
+.ifndef (NOPORTDOCS)
+post-install:
+ @${MKDIR} ${DOCSDIR}
+.for i in ${DOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+
+.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
+.include <bsd.port.mk>