Zathura plugin to view PDF using the MuPDF rendering engine.
WWW: http://pwmt.org/projects/zathura-pdf-mupdf/ PR: ports/193144 Submitted by: Zsolt Udvari <udvzsolt@gmail.com>
This commit is contained in:
parent
9b43ed9b1f
commit
713c916f29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367250
@ -1050,6 +1050,7 @@
|
||||
SUBDIR += yed
|
||||
SUBDIR += zathura
|
||||
SUBDIR += zathura-djvu
|
||||
SUBDIR += zathura-pdf-mupdf
|
||||
SUBDIR += zathura-pdf-poppler
|
||||
SUBDIR += zbar
|
||||
SUBDIR += zgv
|
||||
|
33
graphics/zathura-pdf-mupdf/Makefile
Normal file
33
graphics/zathura-pdf-mupdf/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# Created by: Zsolt Udvari <udvzsolt@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zathura-pdf-mupdf
|
||||
PORTVERSION= 0.2.6
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://pwmt.org/projects/zathura-pdf-mupdf/download/
|
||||
|
||||
MAINTAINER= udvzsolt@gmail.com
|
||||
COMMENT= MuPDF render PDF plugin for Zathura PDF viewer
|
||||
|
||||
LICENSE= pwmt
|
||||
LICENSE_NAME= pwmt license
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
||||
|
||||
BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura \
|
||||
mupdf>=1.5_1,1:${PORTSDIR}/graphics/mupdf
|
||||
RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura
|
||||
|
||||
MAKE_ARGS= MUPDF_LIB=-lmupdf_pic OPENSSL_INC=-I${OPENSSLINC} \
|
||||
OPENSSL_LIB="-L${OPENSSL_LIB} -lcrypto"
|
||||
|
||||
USES= desktop-file-utils gmake pkgconfig
|
||||
USE_GNOME= glib20 gtk30
|
||||
USE_OPENSSL= yes
|
||||
|
||||
CONFLICTS_INSTALL= zathura-pdf-poppler-[0-9]*
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/pdf.so
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/zathura-pdf-mupdf/distinfo
Normal file
2
graphics/zathura-pdf-mupdf/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (zathura-pdf-mupdf-0.2.6.tar.gz) = 5df94b6f906008b5f3bca770a552da6d2917d6b8d3e4b3049cb7001302041b20
|
||||
SIZE (zathura-pdf-mupdf-0.2.6.tar.gz) = 9094
|
3
graphics/zathura-pdf-mupdf/pkg-descr
Normal file
3
graphics/zathura-pdf-mupdf/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Zathura plugin to view PDF using the MuPDF rendering engine.
|
||||
|
||||
WWW: http://pwmt.org/projects/zathura-pdf-mupdf/
|
3
graphics/zathura-pdf-mupdf/pkg-plist
Normal file
3
graphics/zathura-pdf-mupdf/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/zathura/pdf.so
|
||||
share/applications/zathura-pdf-mupdf.desktop
|
||||
@dirrmtry lib/zathura
|
Loading…
Reference in New Issue
Block a user