Bump graphics/zathura-djvu to version 0.2.6_3
[dports.git] / graphics / zathura-djvu / Makefile
1 # Created by: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       zathura-djvu
5 PORTVERSION=    0.2.6
6 PORTREVISION=   3
7 CATEGORIES=     graphics
8 MASTER_SITES=   https://pwmt.org/projects/zathura/plugins/download/ \
9                 http://www.madpilot.net/~mad/pwmt.org/
10
11 MAINTAINER=     alexander.4mail@gmail.com
12 COMMENT=        DjVu support for zathura
13
14 LICENSE=        ZLIB
15 LICENSE_FILE=   ${WRKSRC}/LICENSE
16
17 LIB_DEPENDS=    libdjvulibre.so:graphics/djvulibre
18 BUILD_DEPENDS=  zathura:graphics/zathura
19 RUN_DEPENDS=    zathura:graphics/zathura
20
21 PLIST_FILES=    lib/zathura/djvu.so share/applications/zathura-djvu.desktop
22
23 USE_GNOME=      glib20 gtk30
24 USES=           compiler:c11 desktop-file-utils gmake pkgconfig
25
26 PLIST_FILES=    lib/zathura/djvu.so \
27                 share/applications/zathura-djvu.desktop
28
29 post-install:
30         ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/djvu.so
31
32 .include <bsd.port.mk>