# -*- 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.0 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 48d00cd149a40359c1a5bf67c10b735bf290f1b9 \ sha256 03dbe747f17dadad5d9d1fd88c30c6a424ad4b0b31fdcfe18bbd2d468e436235 \ size 808643 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