# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup github 1.0 github.setup visit1985 mdp 1.0.8 maintainers g5pw openmaintainer categories office description A command-line based markdown presentation tool. long_description ${description} license GPL-3 platforms darwin depends_lib port:ncurses checksums rmd160 b919677ae9b965f43e97415fe2a7f621fe673868 \ sha256 e7dc27cf3ca61990b60c9855f99ca89fc17bfa6ba9d588d1520e4fe5ee6c5ae5 use_configure no build.args-append CC="${configure.cc} [get_canonical_archflags cc]" \ destroot { xinstall -m 755 -W ${worksrcpath} ${name} ${destroot}${prefix}/bin xinstall -m 644 -W ${worksrcpath} ${name}.1 ${destroot}${prefix}/share/man/man1/ }