e53a32eee6
- graphics/zathura update to 0.2.5 - gaphics/zathura-djvu update to 0.2.3 - Convert to new LIB_DEPENDS format - Girara now defaults to gtk3, modify depending ports accordingly - Convert to staging - Always install man pages - Remove uneeded patches PR: ports/183842 Submitted by: myself Approved by: Alexander <alexander.4mail@gmail.com> (maintainer of zathura-djvu) Approved by: maintainer timeout (for graphics/zathura)
23 lines
666 B
Makefile
23 lines
666 B
Makefile
# 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>
|