Ticket #43568: Portfile

File Portfile, 1.7 KB (added by harciga, 10 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3PortSystem          1.0
4
5name                zathura
6version             0.2.7
7categories          office
8platforms           darwin
9license             zlib License
10maintainers         gmail.com:starkhalo
11description         Zathura is a highly customizable and functional document viewer.
12long_description \
13    Zathura is a highly customizable and functional document viewer. It     \
14    provides a minimalistic and space saving interface as well as an easy   \
15    usage that mainly focuses on keyboard interaction. Zathura uses a plug- \
16    in based system for supported document types. Zathura makes it possible \
17    to completely view and navigate through different documents without a   \
18    mouse. It supports bi-directional SyncTeX, as well as quickmarks, book- \
19    marks and automatic document reloading. Almost everything in Zathura is \
20    customizable.
21
22homepage            http://pwmt.org/projects/zathura/
23
24master_sites        http://pwmt.org/projects/zathura/download/
25distname            zathura-${version}
26
27checksums           \
28    zathura-${version}${extract.suffix} \
29    rmd160 5409765e6c1425323054c9ce1774a36faf108866 \
30    sha256 ef43be7705612937d095bfbe719a03503bf7e45493ea9409cb43a45cf96f0daf
31
32use_configure       no
33
34depends_lib         port:glib2 \
35                    port:gtk3 \
36                    port:intltool \
37                    port:sqlite3 \
38                    port:libmagic \
39                    lib:girara-gtk3:girara
40
41build.args          PREFIX=${prefix}                   
42destroot.args       PREFIX=${prefix}