mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
a9f015d155
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
34 lines
946 B
Makefile
34 lines
946 B
Makefile
# Created by: Quentin Stievenart <acieroid@awesom.eu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zathura
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics print
|
|
MASTER_SITES= https://pwmt.org/projects/zathura/download/ \
|
|
http://www.madpilot.net/~mad/pwmt.org/
|
|
|
|
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>0:textproc/py-sphinx@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR}
|
|
|
|
USES= meson ninja compiler:c11 pkgconfig python tar:xz
|
|
USE_GNOME= glib20 gtk30 gdkpixbuf2
|
|
|
|
OPTIONS_DEFINE= NLS SQLITE
|
|
OPTIONS_SUB= yes
|
|
|
|
SQLITE_LIB_DEPENDS= libsqlite3.so:databases/sqlite3
|
|
SQLITE_MESON_ARGS_OFF= -Denable-sqlite=false
|
|
NLS_USES= gettext
|
|
|
|
.include <bsd.port.mk>
|