68a9d71dff
- 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)
23 lines
606 B
Makefile
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>
|