View | Details | Raw Unified | Return to bug 189749 | Differences between
and this patch

Collapse All | Expand All

(-)gmime2-sharp/Makefile (-4 / +3 lines)
Lines 8-16 Link Here
8
MAINTAINER=	mono@FreeBSD.org
8
MAINTAINER=	mono@FreeBSD.org
9
COMMENT=	Mono bindings for gmime
9
COMMENT=	Mono bindings for gmime
10
10
11
IGNORE=		try to install weaked-named assembly into the GAC.
11
IGNORE=		try to install weaked-named assembly into the GAC
12
12
13
LIB_DEPENDS=	gmime-2.0.4:${PORTSDIR}/mail/gmime2
13
LIB_DEPENDS=	libgmime-2.0.4.so:${PORTSDIR}/mail/gmime2
14
14
15
MASTERDIR=	${.CURDIR}/../gmime2
15
MASTERDIR=	${.CURDIR}/../gmime2
16
BUILD_WRKSRC=	${WRKSRC}/mono
16
BUILD_WRKSRC=	${WRKSRC}/mono
Lines 24-33 Link Here
24
LATEST_LINK=	gmime2-sharp
24
LATEST_LINK=	gmime2-sharp
25
25
26
# Else we conflict with mail/gmime2
26
# Else we conflict with mail/gmime2
27
NOPORTDOCS=	yes
27
OPTIONS_EXCLUDE=	DOCS
28
28
29
# Done in pre-configure because master port has a post-patch target already.
29
# Done in pre-configure because master port has a post-patch target already.
30
NO_STAGE=	yes
31
pre-configure:
30
pre-configure:
32
	@${REINPLACE_CMD} -e 's|.@GMIME_VERSION@||g' \
31
	@${REINPLACE_CMD} -e 's|.@GMIME_VERSION@||g' \
33
		${WRKSRC}/mono/gmime-sharp.dll.config.in
32
		${WRKSRC}/mono/gmime-sharp.dll.config.in

Return to bug 189749