mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
0abbfd9b46
- remove DOCS mentioning Approved by: jpaetzel (mentor), maintainer timeout (bofh@, 2 weeks)
28 lines
658 B
Makefile
28 lines
658 B
Makefile
# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
# 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"
|