2005-11-10 05:51:48 +01:00
|
|
|
# New ports collection makefile for: evolution-sharp
|
|
|
|
# Date created: 20041012
|
|
|
|
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2007-02-04 23:49:19 +01:00
|
|
|
# $Id: Makefile,v 1.29 2007/01/26 03:11:38 tmclau02 Exp $
|
2005-11-10 05:51:48 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= evolution-sharp
|
2008-03-27 02:51:52 +01:00
|
|
|
PORTVERSION= 0.16.0
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 2
|
2005-11-10 05:51:48 +01:00
|
|
|
CATEGORIES= mail gnome
|
2008-03-27 02:51:52 +01:00
|
|
|
MASTER_SITES= GNOME
|
2005-11-10 05:51:48 +01:00
|
|
|
|
2005-11-30 04:20:13 +01:00
|
|
|
MAINTAINER= bsd-sharp-list@forge.novell.com
|
2005-11-10 05:51:48 +01:00
|
|
|
COMMENT= Mono bindings for evolution
|
|
|
|
|
2007-02-04 23:49:19 +01:00
|
|
|
BUILD_DEPENDS= evolution:${PORTSDIR}/mail/evolution
|
|
|
|
RUN_DEPENDS= evolution:${PORTSDIR}/mail/evolution
|
2005-11-10 05:51:48 +01:00
|
|
|
|
2007-02-04 23:49:19 +01:00
|
|
|
USE_GNOME= gnomehack evolutiondataserver gtksharp20
|
2005-11-10 05:51:48 +01:00
|
|
|
USE_BZIP2= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-11-10 05:51:48 +01:00
|
|
|
USE_GMAKE= yes
|
2007-02-04 23:49:19 +01:00
|
|
|
USE_LDCONFIG= yes
|
2005-11-10 05:51:48 +01:00
|
|
|
|
2006-02-05 03:07:37 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} 's|.@EBOOK_SOVERSION@||g ; \
|
|
|
|
s|.@ECAL_SOVERSION@||g ; \
|
|
|
|
s|.@EDS_SOVERSION@||g' \
|
|
|
|
${WRKSRC}/evolution/evolution-sharp.dll.config.in
|
|
|
|
|
2005-11-10 05:51:48 +01:00
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
|
|
|
.include <bsd.port.mk>
|