diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-07 10:53:44 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-07 10:53:44 +0800 |
commit | aee6155d0704c048b8702cd146a660368d2f7314 (patch) | |
tree | 75d7cea58df246b83044066468d47979ade0a05f /mail | |
parent | 426cf597608519ac01e5d5384c212a778c459e35 (diff) | |
download | marcuscom-ports-aee6155d0704c048b8702cd146a660368d2f7314.tar.gz marcuscom-ports-aee6155d0704c048b8702cd146a660368d2f7314.tar.zst marcuscom-ports-aee6155d0704c048b8702cd146a660368d2f7314.zip |
Update to 0.20.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12215 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-sharp/Makefile | 34 | ||||
-rw-r--r-- | mail/evolution-sharp/distinfo | 3 | ||||
-rw-r--r-- | mail/evolution-sharp/files/patch-evolution::Makefile.in | 13 | ||||
-rw-r--r-- | mail/evolution-sharp/pkg-descr | 4 | ||||
-rw-r--r-- | mail/evolution-sharp/pkg-plist | 12 |
5 files changed, 66 insertions, 0 deletions
diff --git a/mail/evolution-sharp/Makefile b/mail/evolution-sharp/Makefile new file mode 100644 index 000000000..779904249 --- /dev/null +++ b/mail/evolution-sharp/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: evolution-sharp +# Date created: 20041012 +# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> +# +# $FreeBSD$ +# $Id: Makefile,v 1.11 2009-04-07 02:53:43 marcus Exp $ +# + +PORTNAME= evolution-sharp +PORTVERSION= 0.20.0 +CATEGORIES= mail gnome +MASTER_SITES= GNOME + +MAINTAINER= bsd-sharp@googlegroups.com +COMMENT= Mono bindings for evolution + +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 "/usr/ports/lang/mono/bsd.mono.mk" +.include <bsd.port.mk> diff --git a/mail/evolution-sharp/distinfo b/mail/evolution-sharp/distinfo new file mode 100644 index 000000000..0900c63d9 --- /dev/null +++ b/mail/evolution-sharp/distinfo @@ -0,0 +1,3 @@ +MD5 (evolution-sharp-0.20.0.tar.bz2) = ca4f75a795aa2af36c4573971c0534f7 +SHA256 (evolution-sharp-0.20.0.tar.bz2) = 3a09c724e7c9c14d2a8ca18ad3d2686c8e80347adc8eaf0b72a598ab2980b111 +SIZE (evolution-sharp-0.20.0.tar.bz2) = 334986 diff --git a/mail/evolution-sharp/files/patch-evolution::Makefile.in b/mail/evolution-sharp/files/patch-evolution::Makefile.in new file mode 100644 index 000000000..0ce012486 --- /dev/null +++ b/mail/evolution-sharp/files/patch-evolution::Makefile.in @@ -0,0 +1,13 @@ +--- evolution/Makefile.in.orig 2008-09-09 01:50:18.000000000 -0500 ++++ evolution/Makefile.in 2008-09-09 01:51:13.000000000 -0500 +@@ -467,8 +467,8 @@ + + install-data-local: + @if test -n '$(TARGET)'; then \ +- echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib"; \ +- $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib || exit 1; \ ++ echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(prefix)/lib"; \ ++ $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(prefix)/lib || exit 1; \ + fi + + uninstall-local: diff --git a/mail/evolution-sharp/pkg-descr b/mail/evolution-sharp/pkg-descr new file mode 100644 index 000000000..c9c5ef4d4 --- /dev/null +++ b/mail/evolution-sharp/pkg-descr @@ -0,0 +1,4 @@ +Evolution# is a .NET language binding for various Ximian Evolution (tm) +libraries. + +WWW: http://www.gnome.org diff --git a/mail/evolution-sharp/pkg-plist b/mail/evolution-sharp/pkg-plist new file mode 100644 index 000000000..597309803 --- /dev/null +++ b/mail/evolution-sharp/pkg-plist @@ -0,0 +1,12 @@ +lib/libevolutionglue.a +lib/libevolutionglue.la +lib/libevolutionglue.so +lib/mono/evolution-sharp/evolution-sharp.dll +lib/mono/gac/evolution-sharp/5.0.0.0__c46a23b774189844/evolution-sharp.dll +lib/mono/gac/evolution-sharp/5.0.0.0__c46a23b774189844/evolution-sharp.dll.config +lib/mono/gac/evolution-sharp/5.0.0.0__c46a23b774189844/evolution-sharp.dll.mdb +libdata/pkgconfig/evolution-sharp.pc +share/gapi-2.0/evolution-api.xml +@dirrm lib/mono/gac/evolution-sharp/5.0.0.0__c46a23b774189844 +@dirrm lib/mono/gac/evolution-sharp +@dirrm lib/mono/evolution-sharp |