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