Ticket #43568: Portfile.2

File Portfile.2, 1.8 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$
3
4PortSystem          1.0
5
6name                zathura
7version             0.2.7
8categories          office
9platforms           darwin
10license             zlib
11maintainers         gmail.com:starkhalo
12description         Zathura is a highly customizable and functional document viewer.
13long_description \
14    Zathura is a highly customizable and functional document viewer. It     \
15    provides a minimalistic and space saving interface as well as an easy   \
16    usage that mainly focuses on keyboard interaction. Zathura uses a plug- \
17    in based system for supported document types. Zathura makes it possible \
18    to completely view and navigate through different documents without a   \
19    mouse. It supports bi-directional SyncTeX, as well as quickmarks, book- \
20    marks and automatic document reloading. Almost everything in Zathura is \
21    customizable.
22
23homepage            http://pwmt.org/projects/zathura/
24
25master_sites        ${homepage}download/
26
27checksums           \
28    rmd160 5409765e6c1425323054c9ce1774a36faf108866 \
29    sha256 ef43be7705612937d095bfbe719a03503bf7e45493ea9409cb43a45cf96f0daf
30
31use_configure       no
32
33depends_lib         path:lib/libglib-2.0.dylib:glib2 \
34                    port:gtk3 \
35                    port:intltool \
36                    port:sqlite3 \
37                    port:libmagic \
38                    path:lib/libgirara-gtk3.dylib:girara
39
40build.args          PREFIX=${prefix}
41build.args-append   CC=${configure.cc} \
42                    CXX=${configure.cxx} \
43                    CPP=${configure.cpp}
44destroot.args       PREFIX=${prefix}                   
45
46livecheck.type      regex
47livecheck.url       ${master_sites}
48livecheck.regex     (\\d\\.\\d\\.\\d)