freebsd-ports/graphics/zathura-djvu/Makefile
Guido Falsi 68a9d71dff - Update zathura [2], zathura-pdf-poppler [1] and zathura-djvu to 0.2.1
- Strip Makefile headers

PR:		ports/171913 [1], ports/171930 [2]
Submitted by:	Alexander <alexander.4mail@gmail.com> [1],
		Guido Falsi <madpilot@FreeBSD.org> [2]
Approved by:	Quentin Stievenart <acieroid@awesom.eu> (maintainer) [2]
Approved by:	crees, tabthorpe (mentors, implicit)
2012-09-27 12:07:50 +00:00

23 lines
606 B
Makefile

# Created by: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
# $FreeBSD$
PORTNAME= zathura-djvu
PORTVERSION= 0.2.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>