summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gnome-desktop-sharp20/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gnome-desktop-sharp20/Makefile')
-rw-r--r--x11-toolkits/gnome-desktop-sharp20/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-toolkits/gnome-desktop-sharp20/Makefile b/x11-toolkits/gnome-desktop-sharp20/Makefile
new file mode 100644
index 000000000..90e0e9630
--- /dev/null
+++ b/x11-toolkits/gnome-desktop-sharp20/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: gnome-sharp
+# Date created: 20070531
+# Whom: pneumann@gmail.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnome-desktop-sharp
+PORTVERSION= 2.26.0
+PORTREVISION= 3
+CATEGORIES= x11-toolkits
+MASTER_SITES= GNOME
+
+MAINTAINER= mono@FreeBSD.org
+COMMENT= GNOME desktop interfaces for the .NET runtime
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+USE_GMAKE= yes
+USE_PERL5_RUN= yes
+USE_GNOME= gnomehack gnomepanel gtkhtml3 gtksharp20 gnomesharp20 librsvg2 vte \
+ libgnomeprintui gtksourceview2 gnomepanel libwnck nautiluscdburner
+
+post-patch:
+ @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|^#!/usr/bin/perl|#!${PERL}|'
+
+.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
+.include <bsd.port.mk>