Ticket #47871: Portfile

File Portfile, 2.0 KB (added by harciga, 9 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: Portfile 120316 2014-05-23 03:50:41Z devans@macports.org $
3
4PortSystem          1.0
5
6name                zathura-plugin-pdf-mupdf
7version             0.2.8
8categories          office
9platforms           darwin
10license             zlib
11maintainers         gmail.com:starkhalo \
12                    openmaintainer
13conflicts           zathura-plugin-pdf-poppler
14description         The zathura-pdf-mupdf plugin adds PDF support to zathura.
15long_description \
16    The zathura-pdf-mupdf plugin adds PDF support to zathura by using the \
17    mupdf rendering library.
18
19homepage            http://pwmt.org/projects/zathura/plugins/
20
21master_sites        http://pwmt.org/projects/zathura-pdf-mupdf/download/
22distname            zathura-pdf-mupdf-${version}
23
24checksums           rmd160  c5fb22a9b571ae2086e43d5f56a42f092002f2a9 \
25                    sha256  9f8b92762cdad14a2a587744c758edc0e1003be6a0c1511486065bdc91a66910
26
27patchfiles          patch-Makefile.diff \
28                    patch-config.mk.diff
29
30depends_build       port:pkgconfig \
31                    path:lib/libmujs.a:mupdf
32
33depends_lib         port:desktop-file-utils \
34                    port:mupdf \
35                    port:openjpeg \
36                    path:lib/libgirara-gtk3.dylib:girara \
37                    path:bin/zathura:zathura
38
39use_configure       no
40
41variant universal   {}
42
43build.args          PREFIX=${prefix}
44build.env           CC=${configure.cc} \
45                    CXX=${configure.cxx} \
46                    CPP=${configure.cpp} \
47                    CFLAGS="[get_canonical_archflags cc]" \
48                    LDFLAGS="[get_canonical_archflags ld]" \
49                    VERBOSE=1
50
51eval destroot.env   ${build.env}
52eval destroot.args  ${build.args}
53
54post-activate {
55    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
56}
57
58livecheck.type      regex
59livecheck.url       ${master_sites}
60livecheck.regex     (\\d\\.\\d\\.\\d)