# -*- 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 # $Id: Portfile 127428 2014-10-28 04:58:31Z ryandesign@macports.org $ PortSystem 1.0 PortGroup github 1.0 github.setup user454322 realpath 1.0.0 v categories sysutils platforms darwin maintainers yahoo.com.mx:dev.modprobe license BSD description realpath(1) long_description realpath uses realpath(3) to resolve the path of the \ filename(s) supplied as arguments and prints the result \ to stdout. checksums rmd160 f972c2a0d298307b2035a2d9aecb53343cff7ca7 \ sha256 554ceca127840cf8af0d3c0919c74fc4e8d6ae8ad94bf4aea743ca4af8198be3 patchfiles-append patch-Makefile.template.diff configure.pre_args configure.args -b ${prefix}/bin \ -m ${prefix}/share/man configure.universal_args-delete --disable-dependency-tracking variant universal {} build.target build.args CC="${configure.cc} [get_canonical_archflags cc]" test.run yes test.target test post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 644 -W ${worksrcpath} \ LICENSE \ README.md \ ${destroot}${docdir} }