# -*- 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 makefile 1.0 name trurl version 0.15 revision 0 homepage https://curl.se/trurl master_sites ${homepage}/dl description command line tool for URL parsing and manipulation long_description {*}${description} categories net sysutils installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 c3eb321552a46a4d74116c41f433f97b3fd4dc35 \ sha256 e58d9a698c009b2b1381f5636b5334ce7704ad2cd5ae8d30da97d483518a7f25 \ size 53909 depends_build-append \ port:gmake depends_lib-append port:curl compiler.c_standard 2011 build.cmd gmake build.target ${name} use_parallel_build no post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall -m 0444 {*}[glob ${worksrcpath}/*.md] \ ${destroot}${prefix}/share/doc/${name}/ copy ${worksrcpath}/COPYING ${destroot}${prefix}/share/doc/${name}/LICENSE }