0360de1526
- 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
568 B
Makefile
22 lines
568 B
Makefile
# Created by: Mike Krutov <neko@takino.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zathura-pdf-poppler
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Poppler render PDF plugin for Zathura PDF viewer
|
|
|
|
LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-glib
|
|
BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura
|
|
RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura
|
|
|
|
USE_GNOME= glib20 gtk20
|
|
USE_GMAKE= yes
|
|
|
|
PLIST_FILES= lib/zathura/pdf.so
|
|
PLIST_DIRSTRY= lib/zathura
|
|
|
|
.include <bsd.port.mk>
|