# -*- 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    mypapit cfourcc 0.1.3.1
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

categories      multimedia
maintainers     nomaintainer
license         GPL-2

description     Change AVI fourcc codes
long_description \
                Command-line utility for changing FOURCC codes in AVI files

checksums       rmd160  04a9a5a9adc924e08d5a8184e2e9c047bfe7d5ae \
                sha256  7036de3dc7411bd2ceea517c2dbdf501bbfd2f93dd9eddd85417c824dfacf211 \
                size    15562

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}
}
