2013-09-20 21:59:12 +02:00
|
|
|
# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
2009-02-09 10:00:01 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2018-01-30 20:00:27 +01:00
|
|
|
PORTREVISION= 5
|
2009-02-09 10:00:01 +01:00
|
|
|
CATEGORIES= mail
|
2014-05-26 15:02:08 +02:00
|
|
|
PKGNAMESUFFIX= 24-sharp
|
2009-02-09 10:00:01 +01:00
|
|
|
|
2009-06-14 10:36:42 +02:00
|
|
|
MAINTAINER= mono@FreeBSD.org
|
2009-02-09 10:00:01 +01:00
|
|
|
COMMENT= Mono bindings for gmime
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libgmime-2.4.so:mail/gmime24
|
2009-02-09 10:00:01 +01:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../gmime24
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/mono
|
|
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
|
2014-05-26 15:02:08 +02:00
|
|
|
USES= mono
|
|
|
|
USE_GNOME= glib20 gtksharp20
|
2009-02-09 10:00:01 +01:00
|
|
|
CONFIGURE_ARGS= --enable-mono=yes
|
|
|
|
|
|
|
|
# Else we conflict with mail/gmime24
|
2014-05-26 15:02:08 +02:00
|
|
|
OPTIONS_EXCLUDE= DOCS
|
2009-02-09 10:00:01 +01:00
|
|
|
|
|
|
|
# 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 "${MASTERDIR}/Makefile"
|