Bump graphics/zathura-djvu to version 0.2.5_1
[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.5
6 PORTREVISION=   1
7 CATEGORIES=     graphics
8 MASTER_SITES=   http://pwmt.org/projects/zathura/plugins/download/
9
10 MAINTAINER=     alexander.4mail@gmail.com
11 COMMENT=        DjVu support for zathura
12
13 LICENSE=        ZLIB
14 LICENSE_FILE=   ${WRKSRC}/LICENSE
15
16 LIB_DEPENDS=    libdjvulibre.so:graphics/djvulibre
17 BUILD_DEPENDS=  zathura:graphics/zathura
18 RUN_DEPENDS=    zathura:graphics/zathura
19
20 PLIST_FILES=    lib/zathura/djvu.so share/applications/zathura-djvu.desktop
21
22 USE_GNOME=      glib20 gtk30
23 USES=           compiler:c11 desktop-file-utils gmake pkgconfig
24
25 PLIST_FILES=    lib/zathura/djvu.so \
26                 share/applications/zathura-djvu.desktop
27
28 post-install:
29         ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/djvu.so
30
31 .include <bsd.port.mk>