ports/x11/gnome/notes/Makefile

37 lines
878 B
Makefile

COMMENT= simple note editor
DIST_TUPLE= gnome GNOME gnome-notes BIJIBEN_${GNOME_VERSION:S/./_/} .
GNOME_VERSION= 40.1
REVISION= 7
# GPLv3
PERMIT_PACKAGE= Yes
WANTLIB += c cairo curl ecal-2.0 edataserver-1.2 gdk-3 gio-2.0
WANTLIB += glib-2.0 goa-1.0 gobject-2.0 gtk-3 handy-1 ical-glib
WANTLIB += intl javascriptcoregtk-4.0 json-glib-1.0 pango-1.0
WANTLIB += pangocairo-1.0 tracker-sparql-3.0 webkit2gtk-4.0 xml2
MODULES= devel/dconf \
devel/meson \
x11/gnome
MODGNOME_TOOLS= desktop-file-utils gtk-update-icon-cache \
shared-mime-info yelp
# Must specify C99 for base-gcc
CFLAGS += -std=c99
LIB_DEPENDS= databases/evolution-data-server \
net/curl \
www/webkitgtk4 \
x11/gnome/online-accounts \
x11/gnome/tracker3 \
x11/libhandy
# needs xdg-email
RUN_DEPENDS += devel/xdg-utils
DEBUG_PACKAGES= ${BUILD_PACKAGES}
.include <bsd.port.mk>