1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
2021-04-06 16:31:07 +02:00

32 lines
888 B
Makefile

# Created by: Quentin Stievenart <acieroid@awesom.eu>
PORTNAME= zathura
DISTVERSION= 0.4.5
CATEGORIES= graphics print
MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
MAINTAINER= quentin.stievenart@gmail.com
COMMENT= Customizable lightweight pdf viewer
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libcairo.so:graphics/cairo \
libgirara-gtk3.so:x11-toolkits/girara \
libsynctex.so:devel/tex-synctex
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2.2,1:textproc/py-sphinx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR}
USES= compiler:c11 gettext-tools:build gnome meson ninja pkgconfig \
python:3.6+
USE_GNOME= glib20 gtk30 gdkpixbuf2
INSTALLS_ICONS= yes
OPTIONS_DEFINE= SQLITE
OPTIONS_DEFAULT= SQLITE
SQLITE_USES= sqlite
SQLITE_MESON_ENABLED= sqlite
.include <bsd.port.mk>