aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/zathura-djvu/Makefile
blob: 468abd586f1e05b1cff19c06491fe3a517fbcd48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
# $FreeBSD$

PORTNAME=   zathura-djvu
PORTVERSION=    0.2.3
CATEGORIES= graphics
MASTER_SITES=   http://pwmt.org/projects/zathura/plugins/download/

MAINTAINER= alexander.4mail@gmail.com
COMMENT=    The zathura-djvu plugin adds DjVu support to zathura

LIB_DEPENDS=    libdjvulibre.so:${PORTSDIR}/graphics/djvulibre
BUILD_DEPENDS=  zathura:${PORTSDIR}/graphics/zathura
RUN_DEPENDS=    zathura:${PORTSDIR}/graphics/zathura

USE_GNOME=  glib20 gtk30
USES=       desktop-file-utils gmake pkgconfig

PLIST_FILES=    lib/zathura/djvu.so \
        share/applications/zathura-djvu.desktop
PLIST_DIRSTRY=  lib/zathura

.include <bsd.port.mk>