freebsd-ports/graphics/zathura-djvu/Makefile
Pawel Pekala 4eedbad428 Zathura plugin to view DJVU with djvulibre
WWW: http://pwmt.org/projects/zathura/plugins/

PR:		ports/169721
Submitted by:	Alexander Y. Grigoryev <alexander.4mail@gmail.com>
2012-07-09 22:28:45 +00:00

26 lines
688 B
Makefile

# New ports collection makefile for: zathura-djvu
# Date created: 08 July 2012
# Whom: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
#
# $FreeBSD$
PORTNAME= zathura-djvu
PORTVERSION= 0.1.1
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= djvulibre:${PORTSDIR}/graphics/djvulibre
BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura
RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura
USE_GNOME= glib20 gtk20
USE_GMAKE= yes
FETCH_ARGS= -Fpr
PLIST_FILES= lib/zathura/djvu.so
PLIST_DIRSTRY= lib/zathura
.include <bsd.port.mk>