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