2022-01-03 09:23:59 +01:00
|
|
|
# $NetBSD: Makefile,v 1.259 2022/01/03 08:23:59 cirnatdan Exp $
|
2001-04-26 07:57:22 +02:00
|
|
|
|
2019-10-30 18:26:49 +01:00
|
|
|
DISTNAME= evolution-3.34.1
|
2022-01-03 09:23:59 +01:00
|
|
|
PKGREVISION= 14
|
2020-01-21 16:13:41 +01:00
|
|
|
CATEGORIES= mail gnome
|
2019-10-30 18:26:49 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution/${PKGVERSION_NOREV:R}/}
|
|
|
|
EXTRACT_SUFX= .tar.xz
|
2001-04-26 07:57:22 +02:00
|
|
|
|
2019-10-30 18:26:49 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= https://wiki.gnome.org/Apps/Evolution/
|
|
|
|
COMMENT= Mail and calendar client from GNOME
|
|
|
|
LICENSE= gnu-gpl-v2
|
2001-04-26 07:57:22 +02:00
|
|
|
|
2019-10-30 18:26:49 +01:00
|
|
|
USE_CMAKE= yes
|
2021-05-02 12:24:47 +02:00
|
|
|
USE_TOOLS+= pkg-config itstool
|
2019-10-30 18:26:49 +01:00
|
|
|
USE_TOOLS+= intltool msgfmt msgmerge xgettext
|
2021-05-02 13:06:12 +02:00
|
|
|
USE_TOOLS+= gdbus-codegen
|
2004-11-06 19:39:02 +01:00
|
|
|
|
2019-10-30 18:26:49 +01:00
|
|
|
DEPENDS+= highlight-[0-9]*:../../textproc/highlight
|
2001-04-26 07:57:22 +02:00
|
|
|
|
2019-10-30 18:26:49 +01:00
|
|
|
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/evolution
|
2004-09-21 19:21:15 +02:00
|
|
|
|
2019-10-30 18:26:49 +01:00
|
|
|
CMAKE_ARGS+= -DMAN_INSTALL_DIR=${PREFIX}/${PKGMANDIR}
|
2001-04-26 07:57:22 +02:00
|
|
|
|
2019-10-30 18:26:49 +01:00
|
|
|
CMAKE_ARGS+= -DENABLE_GNOME_DESKTOP=OFF
|
|
|
|
CMAKE_ARGS+= -DENABLE_CONTACT_MAPS=OFF
|
|
|
|
CMAKE_ARGS+= -DENABLE_AUTOAR=OFF
|
|
|
|
CMAKE_ARGS+= -DENABLE_WEATHER=OFF
|
|
|
|
CMAKE_ARGS+= -DENABLE_PST_IMPORT=OFF
|
|
|
|
|
|
|
|
PKGCONFIG_OVERRIDE+= evolution-calendar.pc.in
|
2010-11-19 01:54:39 +01:00
|
|
|
PKGCONFIG_OVERRIDE+= evolution-mail.pc.in
|
2004-01-14 08:27:51 +01:00
|
|
|
PKGCONFIG_OVERRIDE+= evolution-shell.pc.in
|
2019-10-30 18:26:49 +01:00
|
|
|
PKGCONFIG_OVERRIDE+= src/libemail-engine/libemail-engine.pc.in
|
2004-01-14 08:27:51 +01:00
|
|
|
|
2019-10-30 18:26:49 +01:00
|
|
|
# "gettext version 0.18.3+ required, but version '0.16.1' found instead."
|
|
|
|
_TOOLS_USE_PKGSRC.msgfmt= yes
|
|
|
|
_TOOLS_USE_PKGSRC.msgmerge= yes
|
|
|
|
_TOOLS_USE_PKGSRC.xgettext= yes
|
2011-09-22 13:54:22 +02:00
|
|
|
|
2019-10-30 18:26:49 +01:00
|
|
|
.include "../../audio/libcanberra/buildlink3.mk"
|
2006-05-31 20:22:23 +02:00
|
|
|
.include "../../databases/openldap-client/buildlink3.mk"
|
2008-10-27 00:17:21 +01:00
|
|
|
.include "../../databases/shared-mime-info/buildlink3.mk"
|
2019-10-30 18:26:49 +01:00
|
|
|
.include "../../devel/glib2/schemas.mk"
|
2007-04-13 19:37:52 +02:00
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
2019-10-30 18:27:33 +01:00
|
|
|
.include "../../mail/evolution-data-server/buildlink3.mk"
|
2019-10-30 18:26:49 +01:00
|
|
|
.include "../../mail/libytnef/buildlink3.mk"
|
|
|
|
.include "../../security/gcr/buildlink3.mk"
|
|
|
|
.include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk"
|
2013-08-16 11:20:40 +02:00
|
|
|
.include "../../sysutils/libnotify/buildlink3.mk"
|
2007-11-03 22:55:00 +01:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2019-10-30 18:26:49 +01:00
|
|
|
.include "../../textproc/gspell/buildlink3.mk"
|
|
|
|
.include "../../www/webkit-gtk/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
2001-04-26 07:57:22 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|