090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
37 lines
1,021 B
Makefile
37 lines
1,021 B
Makefile
# 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.29 2008/03/11 18:33:24 mezz Exp $
|
|
#
|
|
|
|
PORTNAME= evolution-jescs
|
|
PORTVERSION= 2.22.2
|
|
PORTREVISION= 1
|
|
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 gnometarget
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
EVO_VERSION= 2.22
|
|
PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" VERSION="2.22"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|libdir/bonobo/servers|prefix/libdata/bonobo/servers|g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|