mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
The zathura-ps plugin adds PostScript support to zathura by using the
libspectre library. WWW: http://pwmt.org/projects/zathura-ps/ PR: 196459 Submitted by: mike.d.ft402@gmail.com
This commit is contained in:
parent
0ad964e951
commit
aafcb5f757
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378278
4 changed files with 36 additions and 0 deletions
|
@ -1053,6 +1053,7 @@
|
|||
SUBDIR += zathura-djvu
|
||||
SUBDIR += zathura-pdf-mupdf
|
||||
SUBDIR += zathura-pdf-poppler
|
||||
SUBDIR += zathura-ps
|
||||
SUBDIR += zbar
|
||||
SUBDIR += zgv
|
||||
SUBDIR += zimg
|
||||
|
|
29
graphics/zathura-ps/Makefile
Normal file
29
graphics/zathura-ps/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zathura-ps
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://pwmt.org/projects/zathura-ps/download/
|
||||
|
||||
MAINTAINER= mike.d.ft402@gmail.com
|
||||
COMMENT= PostScript support for Zathura PDF viewer
|
||||
|
||||
LICENSE= zlib
|
||||
LICENSE_NAME= zlib license
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
||||
|
||||
LIB_DEPENDS= libspectre.so:${PORTSDIR}/print/libspectre
|
||||
BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura
|
||||
RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura
|
||||
|
||||
USES= desktop-file-utils gmake pkgconfig
|
||||
USE_GNOME= glib20 gtk30
|
||||
USE_OPENSSL= yes
|
||||
|
||||
PLIST_FILES= lib/zathura/ps.so share/applications/zathura-ps.desktop
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/ps.so
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/zathura-ps/distinfo
Normal file
2
graphics/zathura-ps/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (zathura-ps-0.2.2.tar.gz) = e6546261db03b0b6b6499a8e109dc9ff3b8eb8b154ce45f5c6284c1e76d1d7a8
|
||||
SIZE (zathura-ps-0.2.2.tar.gz) = 5793
|
4
graphics/zathura-ps/pkg-descr
Normal file
4
graphics/zathura-ps/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
The zathura-ps plugin adds PostScript support to zathura by using the
|
||||
libspectre library.
|
||||
|
||||
WWW: http://pwmt.org/projects/zathura-ps/
|
Loading…
Add table
Reference in a new issue