# -*- 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 R 1.0 R.setup github shikokuchuo nanonext 1.3.2 v revision 0 categories-append devel maintainers {@barracuda156 gmail.com:vital.had} openmaintainer license GPL-3+ description NNG (Nanomsg Next Gen) lightweight messaging library long_description {*}${description} homepage https://shikokuchuo.net/nanonext checksums rmd160 dffa722b55237fddf968d4086c9c1f620087242c \ sha256 c48c31267d5d7bd7f1f0e047bbbb62c0648bb647463817decd15c43045afb7d3 \ size 988830 github.tarball_from archive depends_build-append \ path:bin/cmake:cmake \ path:bin/pkg-config:pkgconfig \ port:xz depends_lib-append port:mbedtls3 \ port:nng # Configure literally searches everywhere besides the correct place. patchfiles patch-fix-paths.diff post-patch { reinplace "s,@CC@,${configure.cc}," ${worksrcpath}/configure reinplace "s,@PREFIX@,${prefix},g" ${worksrcpath}/configure } build.env-append CC=${configure.cc} CXX=${configure.cxx} depends_test-append port:R-later \ port:R-litedown \ port:R-promises test.run yes