mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
32 lines
898 B
Makefile
32 lines
898 B
Makefile
# Created by: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zathura-djvu
|
|
PORTVERSION= 0.2.8
|
|
PORTREVISION= 1
|
|
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>
|