1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/editors/quilter/Makefile
Nuno Teixeira 3572ca3e01 */*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
2023-12-23 18:14:14 +00:00

31 lines
779 B
Makefile

PORTNAME= quilter
DISTVERSION= 2.2.3
PORTREVISION= 6
CATEGORIES= editors
MAINTAINER= yuri@FreeBSD.org
COMMENT= Editor allowing you to focus on your writing
WWW= https://github.com/lainsce/quilter
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= discount>0:textproc/discount
LIB_DEPENDS= libgee-0.8.so:devel/libgee \
libgranite.so:x11-toolkits/granite \
libgtkspell3-3.so:textproc/gtkspell3 \
libwebkit2gtk-4.0.so:www/webkit2-gtk3
USES= compiler:c11 desktop-file-utils gettext gnome meson pkgconfig python:build vala:build
USE_GITHUB= yes
GH_ACCOUNT= lainsce
USE_GNOME= glib20 gtk30 gtksourceview3
GLIB_SCHEMAS= com.github.lainsce.quilter.gschema.xml
LDFLAGS+= ${LOCALBASE}/lib/libmarkdown.a
BINARY_ALIAS= python3=${PYTHON_CMD}
.include <bsd.port.mk>