summaryrefslogtreecommitdiffstats
path: root/deskutils/evolution-jescs/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-08 22:22:13 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-08 22:22:13 +0800
commitc2c475fea2111c808094cfa3c77b5953c3cb7261 (patch)
treeeeefc47a27e38cc87bc5b85a687e8b91c4d41ebf /deskutils/evolution-jescs/Makefile
parent821fd79e3a554df4db00c9d1217c44dc8238af96 (diff)
downloadmarcuscom-ports-c2c475fea2111c808094cfa3c77b5953c3cb7261.tar
marcuscom-ports-c2c475fea2111c808094cfa3c77b5953c3cb7261.tar.gz
marcuscom-ports-c2c475fea2111c808094cfa3c77b5953c3cb7261.tar.bz2
marcuscom-ports-c2c475fea2111c808094cfa3c77b5953c3cb7261.tar.lz
marcuscom-ports-c2c475fea2111c808094cfa3c77b5953c3cb7261.tar.xz
marcuscom-ports-c2c475fea2111c808094cfa3c77b5953c3cb7261.tar.zst
marcuscom-ports-c2c475fea2111c808094cfa3c77b5953c3cb7261.zip
Add evolution-jescs, an Evolution connector for the Sun Java Enterprise
System Calendar Server. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4786 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/evolution-jescs/Makefile')
-rw-r--r--deskutils/evolution-jescs/Makefile39
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..a3539f4b4
--- /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$
+#
+
+PORTNAME= jescs
+PORTVERSION= 2.4.1
+CATEGORIES= deskutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PKGNAMEPREFIX}${PORTNAME}/2.4
+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
+USE_AUTOTOOLS= libtool:15
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+EVO_VERSION= 2.4
+PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" VERSION="2.4"
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|libdir/bonobo/servers|prefix/libdata/bonobo/servers|g' \
+ ${WRKSRC}/configure
+
+.include <bsd.port.mk>