diff options
| author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-19 06:26:15 +0800 | 
|---|---|---|
| committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-19 06:26:15 +0800 | 
| commit | fc607e61daf56c82f6c2be1deb6a96682d4ef504 (patch) | |
| tree | 0f9656dd58e8e314f80206ca68973ddc4300866b /deskutils/evolution-jescs/Makefile | |
| parent | 93164eab0d1d79b93ea59c57c22fd9b26a040ebf (diff) | |
| download | marcuscom-ports-fc607e61daf56c82f6c2be1deb6a96682d4ef504.tar.gz marcuscom-ports-fc607e61daf56c82f6c2be1deb6a96682d4ef504.tar.zst marcuscom-ports-fc607e61daf56c82f6c2be1deb6a96682d4ef504.zip  | |
Update to 2.9.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8066 df743ca5-7f9a-e211-a948-0013205c9059
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..de4919d91 --- /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$ +#   $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.14 2006/09/29 20:24:23 ahze Exp $ +# + +PORTNAME=	jescs +PORTVERSION=	2.9.0 +CATEGORIES=	deskutils gnome +MASTER_SITES=	${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR=	sources/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +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_XLIB=	yes +USE_BZIP2=	yes +USE_GMAKE=	yes +USE_GETTEXT=	yes +USE_GNOME=	gnomeprefix gnomehack intlhack gnometarget +GNU_CONFIGURE=	yes +CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \ +		LDFLAGS="-L${LOCALBASE}/lib" + +EVO_VERSION=	2.10 +PLIST_SUB=	EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" VERSION="2.10" + +post-patch: +	@${REINPLACE_CMD} -e 's|libdir/bonobo/servers|prefix/libdata/bonobo/servers|g' \ +		${WRKSRC}/configure + +.include <bsd.port.mk>  | 
