aboutsummaryrefslogtreecommitdiff
path: root/mail/gmime24-sharp
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 13:02:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 13:02:08 +0000
commit6c8bf3f5d2068c9387b4946841a691a1b249cb78 (patch)
treeeee0cfe7766ffe8b200bf20e7037ccbf838d67ef /mail/gmime24-sharp
parent88e920ac15492c6703d7a210a63fad5851520a7a (diff)
downloadports-6c8bf3f5d2068c9387b4946841a691a1b249cb78.tar.gz
ports-6c8bf3f5d2068c9387b4946841a691a1b249cb78.zip
Support stage
Convert to USES=mono Do not inherit DOCS options the proper way
Notes
Notes: svn path=/head/; revision=355325
Diffstat (limited to 'mail/gmime24-sharp')
-rw-r--r--mail/gmime24-sharp/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/mail/gmime24-sharp/Makefile b/mail/gmime24-sharp/Makefile
index 5b3c95eee001..8f11b44f9d1e 100644
--- a/mail/gmime24-sharp/Makefile
+++ b/mail/gmime24-sharp/Makefile
@@ -3,12 +3,12 @@
PORTREVISION= 2
CATEGORIES= mail
-PKGNAMESUFFIX= -24-sharp
+PKGNAMESUFFIX= 24-sharp
MAINTAINER= mono@FreeBSD.org
COMMENT= Mono bindings for gmime
-LIB_DEPENDS= gmime-2.4:${PORTSDIR}/mail/gmime24
+LIB_DEPENDS= libgmime-2.4.so:${PORTSDIR}/mail/gmime24
MASTERDIR= ${.CURDIR}/../gmime24
BUILD_WRKSRC= ${WRKSRC}/mono
@@ -16,19 +16,16 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC}
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
-USE_GNOME= gnomehack glib20 gtksharp20
+USES= mono
+USE_GNOME= glib20 gtksharp20
CONFIGURE_ARGS= --enable-mono=yes
-LATEST_LINK= gmime24-sharp
-
# Else we conflict with mail/gmime24
-NOPORTDOCS= yes
+OPTIONS_EXCLUDE= DOCS
# Done in pre-configure because master port has a post-patch target already.
-NO_STAGE= yes
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"