summaryrefslogtreecommitdiffstats
path: root/deskutils/evolution-jescs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/evolution-jescs/Makefile')
-rw-r--r--deskutils/evolution-jescs/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/deskutils/evolution-jescs/Makefile b/deskutils/evolution-jescs/Makefile
deleted file mode 100644
index 85aea6509..000000000
--- a/deskutils/evolution-jescs/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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.39 2009/09/22 12:28:17 avl Exp $
-#
-
-PORTNAME= evolution-jescs
-PORTVERSION= 2.28.0
-CATEGORIES= deskutils gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Sun Java Enterprise System Calendar Server provider for Evolution
-
-BUILD_DEPENDS= evolution:${PORTSDIR}/mail/evolution
-RUN_DEPENDS= evolution:${PORTSDIR}/mail/evolution
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GETTEXT= yes
-USE_GNOME= gnomeprefix gnomehack intlhack
-INSTALLS_ICONS= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-MAKE_JOBS_UNSAFE= yes
-
-EVO_VERSION= 2.28
-PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" VERSION="2.28"
-
-post-patch:
- @${REINPLACE_CMD} -e 's|libdir/bonobo/servers|prefix/libdata/bonobo/servers|g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>