freebsd-ports/mail/gmime26-sharp/Makefile
Dan Langille c59052ead1 */*: return mono@ ports to the pool
The team previously known as mono has no active members.

I will send an email to ports@ in case anyone wants to pick up these
ports.
Approved by:	portmgr (bofh)
2023-07-25 13:14:13 +00:00

25 lines
605 B
Makefile

CATEGORIES= mail
PORTREVISION= 1
PKGNAMESUFFIX= 26-sharp
MAINTAINER= ports@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
# 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"