Files
ports/mail/evolution-ews/Makefile
Jan Beich e55b80195e devel/icu: update to 74.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by:	GitHub (watch releases)
PR:		274317
Exp-run by:	antoine (incomplete)
Approved by:	fluffy
2023-11-17 12:46:00 +01:00

35 lines
955 B
Makefile

PORTNAME= evolution-ews
DISTVERSION= 3.44.4
PORTREVISION= 4
CATEGORIES= mail gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Evolution Microsoft Exchange plugin through Exchange Web Services
WWW= https://wiki.gnome.org/Apps/Evolution
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= evolution>=3.0.0:mail/evolution
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
libfribidi.so:converters/fribidi \
libicuuc.so:devel/icu \
libmspack.so:archivers/libmspack \
libsecret-1.so:security/libsecret \
libnspr4.so:devel/nspr \
libnss3.so:security/nss \
libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
libical.so:devel/libical \
libjson-glib-1.0.so:devel/json-glib
RUN_DEPENDS= evolution>=3.0.0:mail/evolution
PORTSCOUT= limitw:1,even
USES= compiler:c11 cmake gettext gnome localbase pathfix \
pkgconfig sqlite tar:xz
USE_GNOME= cairo gdkpixbuf2 evolutiondataserver3 intltool
.include <bsd.port.mk>