freebsd-ports/mail/gmime26-sharp/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

31 lines
734 B
Makefile

# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
# $FreeBSD$
PORTREVISION= 1
CATEGORIES= mail
PKGNAMESUFFIX= 26-sharp
MAINTAINER= mono@FreeBSD.org
COMMENT= Mono bindings for gmime
LIB_DEPENDS= libgmime-2.6.so:mail/gmime26
USES= mono
MASTERDIR= ${.CURDIR}/../gmime26
BUILD_WRKSRC= ${WRKSRC}/mono
INSTALL_WRKSRC= ${BUILD_WRKSRC}
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
USE_GNOME+= gtksharp20
CONFIGURE_ARGS= --enable-mono=yes
# Else we conflict with mail/gmime26
OPTIONS_EXCLUDE= DOCS
# 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"