mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
c09788ee9b
- graphics/zathura-pdf-poppler: Update to 0.3.0 - update zathura-* and girara MASTER_SITES PR: 244545 Approved by: madpilot (maintainer) Quentin Stievenart <quentin.stievenart@gmail.com> (maintainer) Zsolt Udvari <uzsolt_uzsolt.hu> (maintainer) Michael Danilov <mike.d.ft402@gmail.com> (maintainer, time-out) alexander.4mail@gmail.com (maintainer, time-out) Differential Revision: https://reviews.freebsd.org/D23908
33 lines
837 B
Makefile
33 lines
837 B
Makefile
# Created by: Quentin Stievenart <acieroid@awesom.eu>
|
|
# $FreeBSD$
|
|
|
|
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= ${PY_SPHINX} \
|
|
${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR}
|
|
|
|
USES= compiler:c11 gettext-tools:build gnome meson ninja pkgconfig \
|
|
python
|
|
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>
|