mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
3572ca3e01
New version of gtk3 in tree
57 lines
1.7 KiB
Makefile
57 lines
1.7 KiB
Makefile
PORTNAME= geary
|
|
PORTVERSION= 40.0
|
|
PORTREVISION= 9
|
|
CATEGORIES= mail gnome
|
|
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
|
|
DIST_SUBDIR= gnome
|
|
|
|
PATCH_SITES= https://gitlab.gnome.org/GNOME/geary/-/commit/
|
|
PATCHFILES= 0f75e7a84a39492d0748cec2ba6028e08cae3644.diff:-p1 \
|
|
4a7ca820b1d3d6130fedf254dc5b4cd7efb58f2c.diff:-p1 \
|
|
9bd4c82952a0a2c3308c5cc86c0b85650c1fb484.diff:-p1
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Mail client for GNOME
|
|
WWW= https://wiki.gnome.org/Apps/Geary
|
|
|
|
LICENSE= BSD2CLAUSE CC-BY-3.0 LGPL21+
|
|
LICENSE_COMB= multi
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool
|
|
LIB_DEPENDS= libappstream-glib.so:devel/appstream-glib \
|
|
libcanberra.so:audio/libcanberra \
|
|
libenchant-2.so:textproc/enchant2 \
|
|
libfolks.so:net-im/folks \
|
|
libgcr-base-3.so:security/gcr \
|
|
libgee-0.8.so:devel/libgee \
|
|
libgmime-3.0.so:mail/gmime30 \
|
|
libgoa-1.0.so:net/gnome-online-accounts \
|
|
libgspell-1.so:textproc/gspell \
|
|
libhandy-1.so:x11-toolkits/libhandy \
|
|
libicuuc.so:devel/icu \
|
|
libjson-glib-1.0.so:devel/json-glib \
|
|
libnotify.so:devel/libnotify \
|
|
libpeas-gtk-1.0.so:devel/libpeas \
|
|
libsecret-1.so:security/libsecret \
|
|
libsoup-2.4.so:devel/libsoup \
|
|
libstemmer.so:textproc/snowballstemmer \
|
|
libunwind.so:devel/libunwind \
|
|
libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
|
|
libytnef.so:converters/ytnef
|
|
|
|
USES= compiler:c11 cpe desktop-file-utils gettext gnome meson pkgconfig \
|
|
python:build shebangfix sqlite tar:xz vala:build
|
|
CPE_VENDOR= gnome
|
|
USE_GNOME= cairo gsound gtk30 libxml2
|
|
GLIB_SCHEMAS= org.gnome.Geary.gschema.xml
|
|
USE_LDCONFIG= yes
|
|
|
|
SHEBANG_FILES= desktop/geary-attach
|
|
|
|
MESON_ARGS= -Dprofile=release -Dvaladoc=disabled
|
|
BINARY_ALIAS= python3=${PYTHON_VERSION}
|
|
|
|
CFLAGS+= -Wno-error=int-conversion
|
|
|
|
.include <bsd.port.mk>
|