Ticket #43568: Portfile.5

File Portfile.5, 2.0 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
31depends_lib         path:lib/libglib-2.0.dylib:glib2 \
32                    port:gtk3 \
33                    port:intltool \
34                    port:sqlite3 \
35                    port:libmagic \
36                    path:lib/libgirara-gtk3.dylib:girara
37
38use_configure       no
39
40variant universal   {}
41
42build.args          PREFIX=${prefix}
43build.env           CC=${configure.cc} \
44                    CXX=${configure.cxx} \
45                    CPP=${configure.cpp} \
46                    CFLAGS="[get_canonical_archflags cc]" \
47                    LDFLAGS="[get_canonical_archflags ld]"
48
49eval destroot.env   ${build.env}
50eval destroot.args  ${build.args}
51
52livecheck.type      regex
53livecheck.url       ${master_sites}
54livecheck.regex     (\\d\\.\\d\\.\\d)