mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
41 lines
1.4 KiB
Tcl
41 lines
1.4 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup legacysupport 1.1
|
|
PortGroup meson 1.0
|
|
|
|
# filesystem
|
|
legacysupport.newest_darwin_requires_legacy 18
|
|
legacysupport.use_mp_libcxx yes
|
|
|
|
github.setup NanoMichael MicroTeX d87ebec8436ae01a1eb183d985c1375e39b2a542
|
|
version 2023.05.29
|
|
revision 2
|
|
categories tex
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description Dynamic, cross-platform and embeddable LaTeX rendering library
|
|
long_description {*}${description}
|
|
checksums rmd160 6ac9bdda47f70a22a923f3b22ef1e68023a486fc \
|
|
sha256 c1bc2d77fe6dcc135a8b83cc8e0a602d8ac3d18bc66903d61b505690a1aba175 \
|
|
size 1598140
|
|
github.tarball_from archive
|
|
|
|
depends_build-append \
|
|
port:pkgconfig
|
|
|
|
depends_lib-append port:gtkmm3 \
|
|
port:gtksourceviewmm3 \
|
|
port:tinyxml2
|
|
|
|
compiler.cxx_standard 2017
|
|
|
|
# Oddly, only macOS 12 fails to compile this.
|
|
# error: no matching function for call to 'not_fn'
|
|
# s.erase(s.begin(), std::find_if(s.begin(), s.end(), std::not_fn<int(int)>(isspace)));
|
|
if {${os.platform} eq "darwin" && ${os.major} == 21} {
|
|
compiler.blacklist-append \
|
|
{clang}
|
|
}
|