mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
53cb97f6a8
PR: 250512 Submitted by: Neel Chauhan <neel@neelc.org>
46 lines
1.1 KiB
Makefile
46 lines
1.1 KiB
Makefile
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= geary
|
|
PORTVERSION= 3.32.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
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 \
|
|
itstool:textproc/itstool
|
|
LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 \
|
|
libsoup-2.4.so:devel/libsoup \
|
|
libunwind.so:devel/libunwind \
|
|
libjson-glib-1.0.so:devel/json-glib \
|
|
libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
|
|
libgoa-1.0.so:net/gnome-online-accounts \
|
|
libcanberra.so:audio/libcanberra \
|
|
libnotify.so:devel/libnotify \
|
|
libgee-0.8.so:devel/libgee \
|
|
libgcr-base-3.so:security/gcr \
|
|
libsecret-1.so:security/libsecret \
|
|
libenchant-2.so:textproc/enchant2 \
|
|
libfolks.so:net-im/folks
|
|
|
|
USES= compiler:c11 desktop-file-utils gettext gnome meson \
|
|
pkgconfig python:3.5+,build shebangfix sqlite tar:xz
|
|
USE_GNOME= cairo gtk30 libxml2
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
SHEBANG_FILES= desktop/geary-attach
|
|
INSTALLS_ICONS= yes
|
|
BINARY_ALIAS= python3=${PYTHON_VERSION}
|
|
|
|
GLIB_SCHEMAS= org.gnome.Geary.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|