Ticket #43836: Portfile

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