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-plugin-pdf-poppler |
---|
7 | version 0.2.5 |
---|
8 | categories office |
---|
9 | platforms darwin |
---|
10 | license zlib |
---|
11 | maintainers gmail.com:starkhalo |
---|
12 | description The zathura-pdf-poppler plugin adds PDF support to zathura. |
---|
13 | long_description \ |
---|
14 | The zathura-pdf-poppler plugin adds PDF support to zathura by using the \ |
---|
15 | poppler rendering library. |
---|
16 | |
---|
17 | homepage http://pwmt.org/projects/zathura/plugins/ |
---|
18 | |
---|
19 | master_sites http://pwmt.org/projects/zathura-pdf-poppler/download/ |
---|
20 | distname zathura-pdf-poppler-${version} |
---|
21 | |
---|
22 | checksums \ |
---|
23 | rmd160 0aa1c7ae3790eb9cda56bda68a06a58ad9a52c1e \ |
---|
24 | sha256 60b327596d65bcd39edd5bf05b8cca8f9b658f51e626611ea99247a49b860cac |
---|
25 | |
---|
26 | patchfiles patch-Makefile.diff \ |
---|
27 | patch-config.mk.diff |
---|
28 | |
---|
29 | depends_lib port:poppler \ |
---|
30 | path:lib/libgirara-gtk3.dylib:girara \ |
---|
31 | path:bin/zathura:zathura |
---|
32 | |
---|
33 | use_configure no |
---|
34 | |
---|
35 | variant universal {} |
---|
36 | |
---|
37 | build.args PREFIX=${prefix} |
---|
38 | build.args-append CC=${configure.cc} \ |
---|
39 | CXX=${configure.cxx} \ |
---|
40 | CPP=${configure.cpp} |
---|
41 | |
---|
42 | build.env CFLAGS="${configure.cflags} [get_canonical_archflags cc]" \ |
---|
43 | LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]" |
---|
44 | |
---|
45 | destroot.args PREFIX=${prefix} |
---|
46 | |
---|
47 | livecheck.type regex |
---|
48 | livecheck.url ${master_sites} |
---|
49 | livecheck.regex (\\d\\.\\d\\.\\d) |
---|