aboutsummaryrefslogtreecommitdiff
path: root/graphics/zathura-cb
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2015-02-01 21:45:09 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2015-02-01 21:45:09 +0000
commitd22fafe1b139a69ac1bf1a1a66cd31d5bf2913dd (patch)
tree0dcadae9becd334fc8a2739fb725290a351cb18e /graphics/zathura-cb
parentaafcb5f757be6345cd9dd056e74710417d229d1a (diff)
downloadports-d22fafe1b139a69ac1bf1a1a66cd31d5bf2913dd.tar.gz
ports-d22fafe1b139a69ac1bf1a1a66cd31d5bf2913dd.zip
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
Notes
Notes: svn path=/head/; revision=378279
Diffstat (limited to 'graphics/zathura-cb')
-rw-r--r--graphics/zathura-cb/Makefile29
-rw-r--r--graphics/zathura-cb/distinfo2
-rw-r--r--graphics/zathura-cb/pkg-descr3
3 files changed, 34 insertions, 0 deletions
diff --git a/graphics/zathura-cb/Makefile b/graphics/zathura-cb/Makefile
new file mode 100644
index 000000000000..c5b6c548a52f
--- /dev/null
+++ b/graphics/zathura-cb/Makefile
@@ -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>
diff --git a/graphics/zathura-cb/distinfo b/graphics/zathura-cb/distinfo
new file mode 100644
index 000000000000..01e7fbb5268e
--- /dev/null
+++ b/graphics/zathura-cb/distinfo
@@ -0,0 +1,2 @@
+SHA256 (zathura-cb-0.1.4.tar.gz) = f21cb140cce02b3ef8b23eff479a7f66285667ab47cdc099c10cd62eaf239626
+SIZE (zathura-cb-0.1.4.tar.gz) = 7205
diff --git a/graphics/zathura-cb/pkg-descr b/graphics/zathura-cb/pkg-descr
new file mode 100644
index 000000000000..90c91bc6fba0
--- /dev/null
+++ b/graphics/zathura-cb/pkg-descr
@@ -0,0 +1,3 @@
+The zathura-cb plugin adds comic book support to zathura.
+
+WWW: http://pwmt.org/projects/zathura-cb/