summaryrefslogtreecommitdiffstats
path: root/mail/evolution-sharp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/evolution-sharp/Makefile')
-rw-r--r--mail/evolution-sharp/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/mail/evolution-sharp/Makefile b/mail/evolution-sharp/Makefile
new file mode 100644
index 000000000..7c6953eac
--- /dev/null
+++ b/mail/evolution-sharp/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: evolution-sharp
+# Date created: 20041012
+# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
+#
+# $FreeBSD: ports/mail/evolution-sharp/Makefile,v 1.21 2009/07/31 13:53:21 dinoex Exp $
+# $Id: Makefile,v 1.14 2009-09-28 12:13:48 kwm Exp $
+#
+
+PORTNAME= evolution-sharp
+PORTVERSION= 0.20.0
+PORTREVISION= 1
+CATEGORIES= mail gnome
+MASTER_SITES= GNOME
+
+MAINTAINER= bsd-sharp@googlegroups.com
+COMMENT= Mono bindings for evolution
+
+BROKEN= Doesn't accept current evolution version
+
+BUILD_DEPENDS= evolution:${PORTSDIR}/mail/evolution
+RUN_DEPENDS= evolution:${PORTSDIR}/mail/evolution
+
+USE_GNOME= gnomehack evolutiondataserver gtksharp20
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_LDCONFIG= yes
+
+post-patch:
+ @${REINPLACE_CMD} 's|.@EBOOK_SOVERSION@||g ; \
+ s|.@ECAL_SOVERSION@||g ; \
+ s|.@EDS_SOVERSION@||g' \
+ ${WRKSRC}/evolution/evolution-sharp.dll.config.in
+
+.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
+.include <bsd.port.mk>