Import graphics/zathura-djvu version 0.2.1
[dports.git] / graphics / zathura-djvu / Makefile
1 # Created by: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
2 # $FreeBSD: ports/graphics/zathura-djvu/Makefile,v 1.4 2012/11/17 05:58:26 svnexp Exp $
3
4 PORTNAME=       zathura-djvu
5 PORTVERSION=    0.2.1
6 CATEGORIES=     graphics
7 MASTER_SITES=   http://pwmt.org/projects/zathura/plugins/download/
8
9 MAINTAINER=     alexander.4mail@gmail.com
10 COMMENT=        The zathura-djvu plugin adds DjVu support to zathura
11
12 LIB_DEPENDS=    djvulibre:${PORTSDIR}/graphics/djvulibre
13 BUILD_DEPENDS=  zathura:${PORTSDIR}/graphics/zathura
14 RUN_DEPENDS=    zathura:${PORTSDIR}/graphics/zathura
15
16 USE_GNOME=      glib20 gtk20
17 USE_GMAKE=      yes
18 FETCH_ARGS=     -Fpr
19
20 PLIST_FILES=    lib/zathura/djvu.so
21 PLIST_DIRSTRY=  lib/zathura
22
23 .include <bsd.port.mk>