aboutsummaryrefslogtreecommitdiff
path: root/mail/gmime24-sharp/Makefile
blob: 5b3c95eee001e95206e430a0d73f512d9070ed98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
# $FreeBSD$

PORTREVISION=	2
CATEGORIES=	mail
PKGNAMESUFFIX=	-24-sharp

MAINTAINER=	mono@FreeBSD.org
COMMENT=	Mono bindings for gmime

LIB_DEPENDS=	gmime-2.4:${PORTSDIR}/mail/gmime24

MASTERDIR=	${.CURDIR}/../gmime24
BUILD_WRKSRC=	${WRKSRC}/mono
INSTALL_WRKSRC=	${BUILD_WRKSRC}
DESCR=		${.CURDIR}/pkg-descr
PLIST=		${.CURDIR}/pkg-plist

USE_GNOME=	gnomehack glib20 gtksharp20
CONFIGURE_ARGS=	--enable-mono=yes

LATEST_LINK=	gmime24-sharp

# Else we conflict with mail/gmime24
NOPORTDOCS=	yes

# Done in pre-configure because master port has a post-patch target already.
NO_STAGE=	yes
pre-configure:
	@${REINPLACE_CMD} -e 's|.@GMIME_VERSION@||g' \
		${WRKSRC}/mono/gmime-sharp.dll.config.in

.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include "${MASTERDIR}/Makefile"