diff options
author | ashish <ashish@FreeBSD.org> | 2010-07-06 01:36:12 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2010-07-06 01:36:12 +0800 |
commit | 5ae0f727e89273fe65b660ecae6fa3ea2a2d1c19 (patch) | |
tree | 42dc7cfe074b02a1126e410276ba0980f06f7e82 /graphics/zathura/Makefile | |
parent | 4454cbc2b116bebab338ad9bf705fc338730c312 (diff) | |
download | freebsd-ports-gnome-5ae0f727e89273fe65b660ecae6fa3ea2a2d1c19.tar.gz freebsd-ports-gnome-5ae0f727e89273fe65b660ecae6fa3ea2a2d1c19.tar.zst freebsd-ports-gnome-5ae0f727e89273fe65b660ecae6fa3ea2a2d1c19.zip |
zathura is a highly customizable and functional PDF viewer based on the poppler
rendering library and the gtk+ toolkit. The idea behind zathura is an
application that provides a minimalistic and space saving interface as well as
an easy usage that mainly focuses on keyboard interaction.
WWW: http://zathura.pwmt.org/
PR: ports/148347
Submitted by: Quentin Stievenart <acieroid at awesom.eu>
Approved by: tabthorpe (mentor)
Feature safe: yes
Diffstat (limited to 'graphics/zathura/Makefile')
-rw-r--r-- | graphics/zathura/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile new file mode 100644 index 000000000000..ca05d2d52b8f --- /dev/null +++ b/graphics/zathura/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: zathura +# Date created: 29 June 2010 +# Whom: Quentin Stievenart <acieroid@awesom.eu> +# +# $FreeBSD$ +# + +PORTNAME= zathura +PORTVERSION= 0.0.7 +CATEGORIES= graphics print +MASTER_SITES= http://pwmt.org/zathura/download/ + +MAINTAINER= acieroid@awesom.eu +COMMENT= Customizable lightweight pdf viewer + +LIB_DEPENDS= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk \ + cairo.2:${PORTSDIR}/graphics/cairo + +USE_GMAKE= yes +USE_GNOME= glib20 gtk20 +MAN1= zathura.1 +MANCOMPRESSED= no +PLIST_FILES= bin/zathura + +post-patch: + @${REINPLACE_CMD} -e 's|man1|man/man1|g' ${WRKSRC}/Makefile + +.include <bsd.port.mk> |