http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach.
34 lines
846 B
Makefile
34 lines
846 B
Makefile
# New ports collection makefile for: evolution-sharp
|
|
# Date created: 20041012
|
|
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $Id: Makefile,v 1.29 2007/01/26 03:11:38 tmclau02 Exp $
|
|
#
|
|
|
|
PORTNAME= evolution-sharp
|
|
PORTVERSION= 0.20.0
|
|
CATEGORIES= mail gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= bsd-sharp@googlegroups.com
|
|
COMMENT= Mono bindings for evolution
|
|
|
|
BUILD_DEPENDS= evolution:${PORTSDIR}/mail/evolution
|
|
RUN_DEPENDS= evolution:${PORTSDIR}/mail/evolution
|
|
|
|
USE_GNOME= gnomehack evolutiondataserver gtksharp20
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|.@EBOOK_SOVERSION@||g ; \
|
|
s|.@ECAL_SOVERSION@||g ; \
|
|
s|.@EDS_SOVERSION@||g' \
|
|
${WRKSRC}/evolution/evolution-sharp.dll.config.in
|
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
|
.include <bsd.port.mk>
|