- Remove ABI version number from LIB_DEPENDS [1] - Remove unneeded FETCH_ARGS [4] - Convert graphics/zathura to new options framework [5] - Remove reference to non existent port in zathura pkg-message [5] PR: ports/175506 - ports/175515 [2], ports/175513 [1] [5], ports/175516 [3] Submitted by: Alexander <alexander.4mail@gmail.com> (maintainer of graphics/zathura-djvu) Quentin Stievenart <acieroid@awesom.eu> (maintainer of graphics/zathura) Approved by: Alexander <alexander.4mail@gmail.com> [4], Quentin Stievenart <acieroid@awesom.eu> [5]
22 lines
589 B
Makefile
22 lines
589 B
Makefile
# Created by: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zathura-djvu
|
|
PORTVERSION= 0.2.2
|
|
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
|
|
|
|
PLIST_FILES= lib/zathura/djvu.so
|
|
PLIST_DIRSTRY= lib/zathura
|
|
|
|
.include <bsd.port.mk>
|