# -*- 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 135213 2015-04-19 11:36:44Z khindenburg@macports.org $ PortSystem 1.0 PortGroup github 1.0 github.setup mypapit cfourcc 0.1.3 categories multimedia maintainers nomaintainer license GPL-2 description change avi fourcc codes long_description \ Command-line utility for changing FOURCC codes in AVI files platforms darwin checksums rmd160 ce7451d031b3612bcc9c77644ec4eb6fb87dc477 \ sha256 db76ceb326f7a1f8a28a1f60e172d26a0e18ac4c5987bbc7e3888e08c33d07f5 use_configure no destroot { xinstall -m 755 -d ${destroot}${prefix}/bin xinstall -m 755 ${worksrcpath}/cfourcc ${destroot}${prefix}/bin xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} AUTHORS BUGS COPYING ChangeLog \ README TIPS TODO codeclist.txt \ ${destroot}${prefix}/share/doc/${name} }