blob: 790816500ebae9756ba0daa447a2de0d3eb4792f (
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
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/mail/evolution-groupwise/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= evolution-groupwise
PORTVERSION= 3.4.2
CATEGORIES= mail gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GroupWise connector for evolution 3
BUILD_DEPENDS= evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution3
RUN_DEPENDS= evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution3
EVO_VER= 3.4.1
USE_XZ= yes
USES= gettext gmake pathfix pkgconfig
USE_AUTOTOOLS= libtool
USE_BDB= 5
USE_GNOME= gnomeprefix intlhack ltasneededhack libxml2 gconf2
CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-libdb=${LOCALBASE}
VERSION= 3.4
PLIST_SUB= VERSION=${VERSION}
post-patch:
@${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g' \
-e 's|-Wmissing-include-dirs||g' \
${WRKSRC}/configure
.include <bsd.port.mk>
|