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

Collapse All | Expand All

(-)gmime26-sharp/Makefile (-11 / +6 lines)
Lines 1-21 Link Here
1
# New ports collection makefile for:		gmime2-sharp
1
# Created by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2
# Date Created:					20050513
3
# Whom:				Tom McLaughlin <tmclaugh@sdf.lonestar.org>
4
#
5
# $FreeBSD: ports/mail/gmime24-sharp/Makefile,v 1.10 2012/06/01 05:21:27 dinoex Exp $
2
# $FreeBSD: ports/mail/gmime24-sharp/Makefile,v 1.10 2012/06/01 05:21:27 dinoex Exp $
6
#   $Id: Makefile,v 1.17 2006/10/26 18:37:29 tmclau02 Exp $
7
#
8
3
9
PORTREVISION=	2
4
PORTREVISION=	2
10
CATEGORIES=	mail
5
CATEGORIES=	mail
11
PKGNAMESUFFIX=	-24-sharp
6
PKGNAMESUFFIX=	-26-sharp
12
7
13
MAINTAINER=	mono@FreeBSD.org
8
MAINTAINER=	mono@FreeBSD.org
14
COMMENT=	Mono bindings for gmime
9
COMMENT=	Mono bindings for gmime
15
10
16
LIB_DEPENDS=	gmime-2.4:${PORTSDIR}/mail/gmime24
11
LIB_DEPENDS=	gmime-2.6:${PORTSDIR}/mail/gmime26
17
12
18
MASTERDIR=	${.CURDIR}/../gmime24
13
MASTERDIR=	${.CURDIR}/../gmime26
19
BUILD_WRKSRC=	${WRKSRC}/mono
14
BUILD_WRKSRC=	${WRKSRC}/mono
20
INSTALL_WRKSRC=	${BUILD_WRKSRC}
15
INSTALL_WRKSRC=	${BUILD_WRKSRC}
21
DESCR=		${.CURDIR}/pkg-descr
16
DESCR=		${.CURDIR}/pkg-descr
Lines 24-32 Link Here
24
USE_GNOME=	gnomehack glib20 gtksharp20
19
USE_GNOME=	gnomehack glib20 gtksharp20
25
CONFIGURE_ARGS=	--enable-mono=yes
20
CONFIGURE_ARGS=	--enable-mono=yes
26
21
27
LATEST_LINK=	gmime24-sharp
22
LATEST_LINK=	gmime26-sharp
28
23
29
# Else we conflict with mail/gmime24
24
# Else we conflict with mail/gmime26
30
NOPORTDOCS=	yes
25
NOPORTDOCS=	yes
31
26
32
# Done in pre-configure because master port has a post-patch target already.
27
# Done in pre-configure because master port has a post-patch target already.

Return to bug 170389