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
31 lines
898 B
Makefile
31 lines
898 B
Makefile
# Created by: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zathura-djvu
|
|
PORTVERSION= 0.2.8
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= https://pwmt.org/projects/zathura/plugins/download/ \
|
|
http://www.madpilot.net/~mad/pwmt.org/
|
|
|
|
MAINTAINER= alexander.4mail@gmail.com
|
|
COMMENT= DjVu support for zathura
|
|
|
|
LICENSE= ZLIB
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre
|
|
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
|
|
|
|
PLIST_FILES= lib/zathura/libdjvu.so \
|
|
share/appdata/org.pwmt.zathura-djvu.metainfo.xml \
|
|
share/applications/org.pwmt.zathura-djvu.desktop
|
|
|
|
pre-configure:
|
|
@${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" ${WRKSRC}/meson.build
|
|
|
|
.include <bsd.port.mk>
|