Changelog: https://github.com/cvfosammmm/Setzer/compare/v0.4.1...v54 PR: 270104 Differential Revision: https://reviews.freebsd.org/D39021
34 lines
1 KiB
Makefile
34 lines
1 KiB
Makefile
PORTNAME= setzer
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 54
|
|
CATEGORIES= editors
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= LaTeX editor written in Python with Gtk
|
|
WWW= https://www.cvfosammmm.org/setzer/
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool
|
|
LIB_DEPENDS= libgspell-1.so:textproc/gspell \
|
|
libpoppler-glib.so:graphics/poppler-glib \
|
|
libwebkit2gtk-4.0.so:www/webkit2-gtk3
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdfminer.six>=0:textproc/py-pdfminer.six@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} \
|
|
xdg-open:devel/xdg-utils
|
|
|
|
USES= desktop-file-utils gettext gnome meson pkgconfig python \
|
|
shared-mime-info shebangfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= cvfosammmm
|
|
GH_PROJECT= Setzer
|
|
USE_GNOME= glib20 gtk30 gtksourceview4 introspection pango pygobject3
|
|
USE_PYTHON= flavors py3kplist
|
|
|
|
SHEBANG_FILES= scripts/* setzer.in
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|