blob: 7d002185d91a576018a5b93eaa8557be65de0836 (
plain) (
tree)
|
|
# New ports collection makefile for: evolution-sharp
# Date created: 20041012
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
#
# $FreeBSD$
# $MCom: ports/mail/evolution-sharp/Makefile,v 1.3 2007/12/22 20:16:59 kwm Exp $
# $Id: Makefile,v 1.4 2008-02-12 15:16:27 kwm Exp $
#
PORTNAME= evolution-sharp
PORTVERSION= 0.15.91
CATEGORIES= mail gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.15
MAINTAINER= bsd-sharp-list@forge.novell.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>
|