# -*- 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$

PortSystem      1.0

name            cfourcc
version	        0.1.2
categories      multimedia
maintainers     avc-cvut.cz:petr.vacek
description     change avi fourcc codes
long_description \
                Command-line utility for changing FOURCC codes in AVI files
homepage        http://sarovar.org/projects/gfourcc/
platforms       darwin
master_sites    http://sarovar.org/frs/download.php/551/
checksums       md5 50e68cd5e0ea96574cab7e36595b9ad9 \
                sha1 3af3a67986342ea29dc65c2106aff89e2cea58aa
worksrcdir      cfourcc
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}
}