2012-09-27 14:07:50 +02:00
|
|
|
# Created by: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
|
2012-07-10 00:28:45 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= zathura-djvu
|
2017-01-25 17:13:16 +01:00
|
|
|
PORTVERSION= 0.2.6
|
Bump PORTREVISION for ports depending on the canonical version of GCC
(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
2017-09-10 22:55:38 +02:00
|
|
|
PORTREVISION= 2
|
2012-07-10 00:28:45 +02:00
|
|
|
CATEGORIES= graphics
|
2017-01-25 17:13:16 +01:00
|
|
|
MASTER_SITES= https://pwmt.org/projects/zathura/plugins/download/ \
|
|
|
|
http://www.madpilot.net/~mad/pwmt.org/
|
2012-07-10 00:28:45 +02:00
|
|
|
|
|
|
|
MAINTAINER= alexander.4mail@gmail.com
|
2015-02-01 22:40:57 +01:00
|
|
|
COMMENT= DjVu support for zathura
|
|
|
|
|
2016-02-01 15:21:42 +01:00
|
|
|
LICENSE= ZLIB
|
2015-02-01 22:40:57 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2012-07-10 00:28:45 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre
|
|
|
|
BUILD_DEPENDS= zathura:graphics/zathura
|
|
|
|
RUN_DEPENDS= zathura:graphics/zathura
|
2012-07-10 00:28:45 +02:00
|
|
|
|
2015-02-01 22:40:57 +01:00
|
|
|
PLIST_FILES= lib/zathura/djvu.so share/applications/zathura-djvu.desktop
|
|
|
|
|
2013-11-28 22:08:38 +01:00
|
|
|
USE_GNOME= glib20 gtk30
|
2016-01-11 13:08:18 +01:00
|
|
|
USES= compiler:c11 desktop-file-utils gmake pkgconfig
|
2012-07-10 00:28:45 +02:00
|
|
|
|
2013-11-28 22:08:38 +01:00
|
|
|
PLIST_FILES= lib/zathura/djvu.so \
|
|
|
|
share/applications/zathura-djvu.desktop
|
2012-07-10 00:28:45 +02:00
|
|
|
|
2015-02-01 22:40:57 +01:00
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/djvu.so
|
|
|
|
|
2012-07-10 00:28:45 +02:00
|
|
|
.include <bsd.port.mk>
|