| 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 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | |
|---|
| 6 | name zathura |
|---|
| 7 | version 0.2.7 |
|---|
| 8 | categories office |
|---|
| 9 | platforms darwin |
|---|
| 10 | license zlib |
|---|
| 11 | maintainers gmail.com:starkhalo |
|---|
| 12 | description Zathura is a highly customizable and functional document viewer. |
|---|
| 13 | long_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 | |
|---|
| 23 | homepage http://pwmt.org/projects/zathura/ |
|---|
| 24 | |
|---|
| 25 | master_sites ${homepage}download/ |
|---|
| 26 | |
|---|
| 27 | checksums \ |
|---|
| 28 | rmd160 5409765e6c1425323054c9ce1774a36faf108866 \ |
|---|
| 29 | sha256 ef43be7705612937d095bfbe719a03503bf7e45493ea9409cb43a45cf96f0daf |
|---|
| 30 | |
|---|
| 31 | depends_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 | |
|---|
| 38 | use_configure no |
|---|
| 39 | |
|---|
| 40 | variant universal {} |
|---|
| 41 | |
|---|
| 42 | build.args PREFIX=${prefix} |
|---|
| 43 | build.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 | |
|---|
| 49 | eval destroot.env ${build.env} |
|---|
| 50 | eval destroot.args ${build.args} |
|---|
| 51 | |
|---|
| 52 | livecheck.type regex |
|---|
| 53 | livecheck.url ${master_sites} |
|---|
| 54 | livecheck.regex (\\d\\.\\d\\.\\d) |
|---|