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