# -*- 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 # $Id$ PortSystem 1.0 PortGroup compiler_blacklist_versions 1.0 name zathura-plugin-ps version 0.2.3 categories office platforms darwin license zlib maintainers gmail.com:starkhalo openmaintainer description The zathura-ps plugin adds PostScript support to zathura. long_description \ The zathura-ps plugin adds PostScript support to zathura by using the \ libspectre library. homepage http://pwmt.org/projects/zathura/plugins/ master_sites http://pwmt.org/projects/zathura-ps/download/ distname zathura-ps-${version} checksums rmd160 7081371b2f6349de7d24b9d90ad3460f67eeba7c \ sha256 a9eef74b12aec87ac2c4309f12d0f9c83b228fe64a788ee46b2c3a7c91779aa3 patch.pre_args -p1 patchfiles patch-Makefile.diff \ patch-config.mk.diff depends_build port:pkgconfig depends_lib port:desktop-file-utils \ port:libspectre \ path:lib/libgirara-gtk3.dylib:girara \ path:bin/zathura:zathura use_configure no # blacklist compilers that don't support -std=c11 compiler.blacklist *gcc* {clang < 300} variant universal {} build.args PREFIX=${prefix} build.env CC=${configure.cc} \ CXX=${configure.cxx} \ CPP=${configure.cpp} \ CFLAGS="[get_canonical_archflags cc]" \ LDFLAGS="[get_canonical_archflags ld]" \ VERBOSE=1 destroot.env {*}${build.env} destroot.args {*}${build.args} post-activate { system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" } livecheck.type regex livecheck.url ${master_sites} livecheck.regex zathura-ps-(\[0-9.\]+)${extract.suffix}