e59c88cece
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
32 lines
842 B
Makefile
32 lines
842 B
Makefile
# Created by: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zathura-djvu
|
|
PORTVERSION= 0.2.6
|
|
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
|
|
|
|
PLIST_FILES= lib/zathura/djvu.so share/applications/zathura-djvu.desktop
|
|
|
|
USE_GNOME= glib20 gtk30
|
|
USES= compiler:c11 desktop-file-utils gmake pkgconfig
|
|
|
|
PLIST_FILES= lib/zathura/djvu.so \
|
|
share/applications/zathura-djvu.desktop
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/djvu.so
|
|
|
|
.include <bsd.port.mk>
|