Changeset View
Changeset View
Standalone View
Standalone View
head/graphics/zathura/Makefile
| # Created by: Quentin Stievenart <acieroid@awesom.eu> | # Created by: Quentin Stievenart <acieroid@awesom.eu> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= zathura | PORTNAME= zathura | ||||
| PORTVERSION= 0.4.1 | DISTVERSION= 0.4.3 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= graphics print | CATEGORIES= graphics print | ||||
| MASTER_SITES= https://pwmt.org/projects/zathura/download/ \ | MASTER_SITES= https://pwmt.org/projects/zathura/download/ \ | ||||
| http://www.madpilot.net/~mad/pwmt.org/ | http://www.madpilot.net/~mad/pwmt.org/ | ||||
| MAINTAINER= quentin.stievenart@gmail.com | MAINTAINER= quentin.stievenart@gmail.com | ||||
| COMMENT= Customizable lightweight pdf viewer | COMMENT= Customizable lightweight pdf viewer | ||||
| LICENSE= ZLIB | LICENSE= ZLIB | ||||
| LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
| LIB_DEPENDS= libcairo.so:graphics/cairo \ | LIB_DEPENDS= libcairo.so:graphics/cairo \ | ||||
| libgirara-gtk3.so:x11-toolkits/girara \ | libgirara-gtk3.so:x11-toolkits/girara \ | ||||
| libsynctex.so:devel/tex-synctex | libsynctex.so:devel/tex-synctex | ||||
| BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \ | BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} | ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} | ||||
| USES= meson ninja compiler:c11 pkgconfig python tar:xz | USES= compiler:c11 gettext-tools:build gnome meson ninja \ | ||||
| pkgconfig python sqlite tar:xz | |||||
| USE_GNOME= glib20 gtk30 gdkpixbuf2 | USE_GNOME= glib20 gtk30 gdkpixbuf2 | ||||
| INSTALLS_ICONS= yes | |||||
| OPTIONS_DEFINE= NLS SQLITE | OPTIONS_DEFINE= SQLITE | ||||
| OPTIONS_SUB= yes | |||||
| SQLITE_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 | SQLITE_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 | ||||
| SQLITE_MESON_ARGS_OFF= -Denable-sqlite=false | SQLITE_MESON_ARGS_OFF= -Denable-sqlite=false | ||||
| NLS_USES= gettext | |||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||