diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-02-01 21:40:57 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-02-01 21:40:57 +0000 |
commit | bea8de1b03489004d1cd39b2405499ef61f5483a (patch) | |
tree | 1242418326113dc2271d900440efb5361f370a6a /graphics/zathura-djvu | |
parent | 9d3040c246765d7be0d4d5dd8bb05a441f7ab359 (diff) | |
download | ports-bea8de1b03489004d1cd39b2405499ef61f5483a.tar.gz ports-bea8de1b03489004d1cd39b2405499ef61f5483a.zip |
Notes
Diffstat (limited to 'graphics/zathura-djvu')
-rw-r--r-- | graphics/zathura-djvu/Makefile | 15 | ||||
-rw-r--r-- | graphics/zathura-djvu/distinfo | 4 |
2 files changed, 14 insertions, 5 deletions
diff --git a/graphics/zathura-djvu/Makefile b/graphics/zathura-djvu/Makefile index f295457e2759..0129973439ec 100644 --- a/graphics/zathura-djvu/Makefile +++ b/graphics/zathura-djvu/Makefile @@ -2,22 +2,31 @@ # $FreeBSD$ PORTNAME= zathura-djvu -PORTVERSION= 0.2.3 -PORTREVISION= 1 +PORTVERSION= 0.2.4 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ MAINTAINER= alexander.4mail@gmail.com -COMMENT= The zathura-djvu plugin adds DjVu support to zathura +COMMENT= DjVu support for zathura + +LICENSE= zlib +LICENSE_NAME= zlib license +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept LIB_DEPENDS= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura +PLIST_FILES= lib/zathura/djvu.so share/applications/zathura-djvu.desktop + USE_GNOME= glib20 gtk30 USES= desktop-file-utils gmake pkgconfig PLIST_FILES= lib/zathura/djvu.so \ share/applications/zathura-djvu.desktop +post-install: + ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/djvu.so + .include <bsd.port.mk> diff --git a/graphics/zathura-djvu/distinfo b/graphics/zathura-djvu/distinfo index 7ef3894ae6eb..0e4267506616 100644 --- a/graphics/zathura-djvu/distinfo +++ b/graphics/zathura-djvu/distinfo @@ -1,2 +1,2 @@ -SHA256 (zathura-djvu-0.2.3.tar.gz) = c16e82d525012b788fd01c4189df93708fcffffb7dd34ca09db55005d644ed89 -SIZE (zathura-djvu-0.2.3.tar.gz) = 11181 +SHA256 (zathura-djvu-0.2.4.tar.gz) = ac10b8c07fd9f58281225e1a4cb026634cd03bf6b549eaceeea02f99ab5334bc +SIZE (zathura-djvu-0.2.4.tar.gz) = 11197 |