diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-02-09 09:00:01 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-02-09 09:00:01 +0000 |
commit | c1f23cd26d8ec0c157abfb1fe1f52b3aaddee6e8 (patch) | |
tree | 6bc6e9b8c27f338bda10b7f147eca039dcc7fb74 /mail/gmime24-sharp | |
parent | fe3abfcfc73764b4d8ad08d6d32c488a049a1b26 (diff) | |
download | ports-c1f23cd26d8ec0c157abfb1fe1f52b3aaddee6e8.tar.gz ports-c1f23cd26d8ec0c157abfb1fe1f52b3aaddee6e8.zip |
- Update lang/mono to 2.0.1.
- Also update a bunch of c-sharp ports to their latest version.
- Change maintainership to mono@FreeBSD.org.
PR: ports/129724
Submitted by: Phillip Neumann, Romain Tartiere (bsd-sharp team)
Notes
Notes:
svn path=/head/; revision=227866
Diffstat (limited to 'mail/gmime24-sharp')
-rw-r--r-- | mail/gmime24-sharp/Makefile | 37 | ||||
-rw-r--r-- | mail/gmime24-sharp/pkg-descr | 3 | ||||
-rw-r--r-- | mail/gmime24-sharp/pkg-plist | 8 |
3 files changed, 48 insertions, 0 deletions
diff --git a/mail/gmime24-sharp/Makefile b/mail/gmime24-sharp/Makefile new file mode 100644 index 000000000000..5cdf9609afae --- /dev/null +++ b/mail/gmime24-sharp/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: gmime2-sharp +# Date Created: 20050513 +# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> +# +# $FreeBSD$ +# $Id: Makefile,v 1.17 2006/10/26 18:37:29 tmclau02 Exp $ +# + +CATEGORIES= mail +PKGNAMESUFFIX= -24-sharp + +MAINTAINER= bsd-sharp@googlegroups.com +COMMENT= Mono bindings for gmime + +LIB_DEPENDS= gmime-2.4:${PORTSDIR}/mail/gmime24 + +MASTERDIR= ${.CURDIR}/../gmime24 +BUILD_WRKSRC= ${WRKSRC}/mono +INSTALL_WRKSRC= ${BUILD_WRKSRC} +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist + +USE_GNOME= gnomehack gnometarget glib20 gtksharp20 +CONFIGURE_ARGS= --enable-mono=yes + +LATEST_LINK= gmime24-sharp + +# Else we conflict with mail/gmime24 +NOPORTDOCS= yes + +# Done in pre-configure because master port has a post-patch target already. +pre-configure: + @${REINPLACE_CMD} -e 's|.@GMIME_VERSION@||g' \ + ${WRKSRC}/mono/gmime-sharp.dll.config.in + +.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" +.include "${MASTERDIR}/Makefile" diff --git a/mail/gmime24-sharp/pkg-descr b/mail/gmime24-sharp/pkg-descr new file mode 100644 index 000000000000..a2b58ba7ef0f --- /dev/null +++ b/mail/gmime24-sharp/pkg-descr @@ -0,0 +1,3 @@ +C# assemblies for gmime + +WWW: http://spruce.sourceforge.net/gmime/ diff --git a/mail/gmime24-sharp/pkg-plist b/mail/gmime24-sharp/pkg-plist new file mode 100644 index 000000000000..45d1443ec31c --- /dev/null +++ b/mail/gmime24-sharp/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +lib/mono/gac/gmime-sharp/2.4.0.0__2b75c2ad004c52e4/gmime-sharp.dll +lib/mono/gac/gmime-sharp/2.4.0.0__2b75c2ad004c52e4/gmime-sharp.dll.config +lib/mono/gmime-sharp-2.4/gmime-sharp.dll +libdata/pkgconfig/gmime-sharp-2.4.pc +@dirrm lib/mono/gmime-sharp-2.4 +@dirrmtry lib/mono/gac/gmime-sharp/2.4.0.0__2b75c2ad004c52e4 +@dirrmtry lib/mono/gac/gmime-sharp |