diff options
Diffstat (limited to 'deskutils/evolution-jescs/Makefile')
| -rw-r--r-- | deskutils/evolution-jescs/Makefile | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/deskutils/evolution-jescs/Makefile b/deskutils/evolution-jescs/Makefile new file mode 100644 index 000000000..c189ded67 --- /dev/null +++ b/deskutils/evolution-jescs/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: evolution-jescs +# Date created: 08 September 2005 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/deskutils/evolution-jescs/Makefile,v 1.7 2006/02/23 10:35:15 ade Exp $ +# $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.1 2005/09/08 14:22:13 marcus Exp $ +# + +PORTNAME= jescs +PORTVERSION= 2.5.1 +CATEGORIES= deskutils gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PKGNAMEPREFIX}${PORTNAME}/2.5 +PKGNAMEPREFIX= evolution- +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Sun Java Enterprise System Calendar Server provider for Evolution + +BUILD_DEPENDS= evolution-${EVO_VERSION}:${PORTSDIR}/mail/evolution +RUN_DEPENDS= evolution-${EVO_VERSION}:${PORTSDIR}/mail/evolution + +USE_X_PREFIX= yes +USE_BZIP2= yes +USE_GMAKE= yes +USE_PERL= yes +USE_GNOME= gnomeprefix gnomehack intlhack gnometarget +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +EVO_VERSION= 2.6 +PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" VERSION="2.6" + +post-patch: + @${REINPLACE_CMD} -e 's|libdir/bonobo/servers|prefix/libdata/bonobo/servers|g' \ + ${WRKSRC}/configure + +.include <bsd.port.mk> |
