# -*- 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 github.setup tj n 10.1.0 v revision 0 categories devel maintainers {@akierig fastmail.de:akierig} \ openmaintainer license MIT platforms any supported_archs noarch description A simple tool to interactively manage Node.js versions long_description {*}${description} checksums rmd160 0d3b5b37e45063afa8343dc94c8d43886105709c \ sha256 8eacbe036abce638927992b4c4ecdc9828b01aedca57f21c5c4988a133f67dae \ size 37689 use_configure no build {} destroot.args PREFIX=${destroot}${prefix} post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} LICENSE README.md ${destroot}${prefix}/share/doc/${name} } notes { Set the environment variable N_PREFIX to install to a user-writable area: export N_PREFIX=$HOME/local/n }