summaryrefslogtreecommitdiff
path: root/mail/evolution-sharp/Makefile
blob: 17354e00b2735fb2eef4033f8869824999cef4d9 (plain)
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
# New ports collection makefile for:		evolution-sharp
# Date created:					20041012
# Whom:				Tom McLaughlin <tmclaugh@sdf.lonestar.org>
#
# $FreeBSD$
#   $Id: Makefile,v 1.18 2005/10/22 22:55:02 tmclau02 Exp $
#

PORTNAME=	evolution-sharp
PORTVERSION=	0.10.2
PORTREVISION=	1
CATEGORIES=	mail gnome
MASTER_SITES=	${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR=	sources/${PORTNAME}/0.10

MAINTAINER=	tmclaugh@sdf.lonestar.org
COMMENT=	Mono bindings for evolution

BUILD_DEPENDS=	gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \
		evolution:${PORTSDIR}/mail/evolution
RUN_DEPENDS=	gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \
		evolution:${PORTSDIR}/mail/evolution

USE_GNOME=	gnomehack evolutiondataserver
USE_BZIP2=	yes
USE_X_PREFIX=	yes
USE_LIBTOOL_VER=15
USE_GMAKE=	yes
INSTALLS_SHLIB=	yes

.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>