1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/graphics/zathura-pdf-poppler/Makefile
Gerald Pfeifer a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
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
2018-12-12 01:35:33 +00:00

34 lines
969 B
Makefile

# Created by: Mike Krutov <neko@takino.org>
# $FreeBSD$
PORTNAME= zathura-pdf-poppler
PORTVERSION= 0.2.9
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= https://pwmt.org/projects/zathura/plugins/download/ \
http://www.madpilot.net/~mad/pwmt.org/
MAINTAINER= mike.d.ft402@gmail.com
COMMENT= Poppler render PDF plugin for Zathura PDF viewer
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib
BUILD_DEPENDS= zathura:graphics/zathura
RUN_DEPENDS= zathura:graphics/zathura
USES= meson ninja compiler:c11 desktop-file-utils pkgconfig tar:xz
USE_GNOME= glib20 gtk30
CONFLICTS= zathura-pdf-mupdf-[0-9]*
PLIST_FILES= lib/zathura/libpdf-poppler.so \
share/appdata/org.pwmt.zathura-pdf-poppler.metainfo.xml \
share/applications/org.pwmt.zathura-pdf-poppler.desktop
pre-configure:
@${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" ${WRKSRC}/meson.build
.include <bsd.port.mk>