summaryrefslogtreecommitdiffstats
path: root/www/evolution-caldav/Makefile
blob: 080f2571db095def5de69ecd7c7715585188f0a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    evolution-caldav
# Date created:             31 August 2005
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom$
#

PORTNAME=   caldav
PORTVERSION=    2.3.99.2
CATEGORIES= www gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PKGNAMEPREFIX}${PORTNAME}/2.3
PKGNAMEPREFIX=  evolution-
DISTNAME=   ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}

MAINTAINER= gnome@FreeBSD.org
COMMENT=    CalDAV 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
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"

.include <bsd.port.mk>