diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 11:44:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 11:44:05 +0000 |
commit | 0097717d3cc3f7b730b276572570011a12f440f2 (patch) | |
tree | b72844908ed1f0f8cbfd6e30093abce72b782170 /deskutils/evolution-jescs/Makefile | |
parent | 73a1598250f230f5a858dde55e0b4af7bd4bf473 (diff) | |
download | ports-0097717d3cc3f7b730b276572570011a12f440f2.tar.gz ports-0097717d3cc3f7b730b276572570011a12f440f2.zip |
Notes
Diffstat (limited to 'deskutils/evolution-jescs/Makefile')
-rw-r--r-- | deskutils/evolution-jescs/Makefile | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/deskutils/evolution-jescs/Makefile b/deskutils/evolution-jescs/Makefile deleted file mode 100644 index 61541c259afd..000000000000 --- a/deskutils/evolution-jescs/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.40 2009/11/28 05:58:58 mezz Exp $ - -PORTNAME= evolution-jescs -PORTVERSION= 2.28.0 -PORTREVISION= 4 -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 - -IGNORE= Doesn't build or work with Evolution 2.30 - -USE_BZIP2= yes -USE_GMAKE= yes -USES= gettext -USE_GNOME= gnomeprefix gnomehack intlhack -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -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" - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|libdir/bonobo/servers|prefix/libdata/bonobo/servers|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> |