mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
c4df193039
- Add WAYLAND option - Bump PORTREVISION of dependents - Fix build of epiphany 3.24.2 with newer WebKit versions PR: 223733 Submitted by: Greg V <greg@unrelenting.technology> (initial update to 2.18.3) Reviewed by: Ting-Wei Lan <lantw44@gmail.com> Approved by: gnome (maintainer timeout, too long) Security: 1ce95bc7-3278-11e8-b527-00012e582166 MFH: 2018Q2 Differential Revision: https://reviews.freebsd.org/D14872
45 lines
1.4 KiB
Makefile
45 lines
1.4 KiB
Makefile
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/mail/geary/Makefile 20050 2014-11-10 09:22:41Z gusi $
|
|
|
|
PORTNAME= geary
|
|
PORTVERSION= 0.12.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Mail client for GNOME 3
|
|
|
|
LICENSE= BSD2CLAUSE CC-BY-3.0 LGPL21+
|
|
LICENSE_COMB= multi
|
|
|
|
BUILD_DEPENDS= vapigen:lang/vala
|
|
LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 \
|
|
libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
|
|
libjavascriptcoregtk-4.0.so:www/webkit2-gtk3 \
|
|
libcanberra.so:audio/libcanberra \
|
|
libcanberra-gtk3.so:audio/libcanberra-gtk3 \
|
|
libnotify.so:devel/libnotify \
|
|
libgee-0.8.so:devel/libgee \
|
|
libgcr-3.so:security/gcr \
|
|
libsecret-1.so:security/libsecret \
|
|
libp11-kit.so:security/p11-kit \
|
|
libsoup-2.4.so:devel/libsoup \
|
|
libenchant.so:textproc/enchant
|
|
|
|
USES= cmake:outsource desktop-file-utils gettext libtool \
|
|
localbase:ldflags pkgconfig shebangfix sqlite tar:xz
|
|
USE_GNOME= cairo gnomedocutils gnomeprefix gtk30 intlhack introspection
|
|
SHEBANG_FILES= desktop/geary-attach
|
|
USE_LDCONFIG= yes
|
|
INSTALLS_ICONS= yes
|
|
CMAKE_ARGS= -DNO_FATAL_WARNINGS:BOOL=ON \
|
|
-DISO_CODE_639_XML:STRING=${LOCALBASE}/share/xml/iso-codes/iso_639.xml \
|
|
-DISO_CODE_3166_XML:STRING=${LOCALBASE}/share/xml/iso-codes/iso_3166.xml
|
|
|
|
GLIB_SCHEMAS= org.gnome.Geary.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|