summaryrefslogtreecommitdiff
path: root/editors/setzer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/setzer/Makefile')
-rw-r--r--editors/setzer/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/editors/setzer/Makefile b/editors/setzer/Makefile
new file mode 100644
index 000000000000..cd5d579c0a4c
--- /dev/null
+++ b/editors/setzer/Makefile
@@ -0,0 +1,32 @@
+# $FreeBSD$
+
+PORTNAME= setzer
+DISTVERSIONPREFIX=v
+DISTVERSION= 0.3.4
+CATEGORIES= editors
+
+MAINTAINER= greg@unrelenting.technology
+COMMENT= LaTeX editor written in Python with Gtk
+
+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}xdg>=0:devel/py-xdg@${PY_FLAVOR} \
+ xdg-open:devel/xdg-utils
+
+USES= desktop-file-utils gettext gnome meson pkgconfig python:3.5+ \
+ shebangfix
+USE_GITHUB= yes
+GH_ACCOUNT= cvfosammmm
+GH_PROJECT= Setzer
+USE_GNOME= glib20 gtk30 gtksourceview4 introspection pango pygobject3
+USE_PYTHON= py3kplist
+INSTALLS_ICONS= yes
+
+SHEBANG_FILES= scripts/* setzer.in
+
+.include <bsd.port.mk>