# -*- 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 makefile 1.0 github.setup JuliaStrings utf8proc 2.11.2 v github.tarball_from archive revision 0 name libutf8proc categories textproc license MIT maintainers {judaew @judaew} openmaintainer description library for processing UTF-8 encoded Unicode strings long_description {*}${description} homepage https://julialang.org/utf8proc/ checksums rmd160 c42bf18ba07ca00556c9f3d5519f73b844053072 \ sha256 a9b8d8fd57fb3aeca2aede62fd58958036d3bd29871afc1b871e3916c48420a7 \ size 202477 post-patch { reinplace {s/WCFLAGS = -Wsign-conversion/WCFLAGS =/} ${worksrcpath}/Makefile } makefile.prefix_name \ prefix makefile.override-append \ PREFIX post-destroot { set docdir ${destroot}${prefix}/share/doc/${name} xinstall -d ${docdir} xinstall -m 644 -W ${worksrcpath} \ LICENSE.md \ README.md \ NEWS.md \ ${docdir} } depends_test bin:curl:curl test.run yes test.target check