a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21857 2007-02-10 16:53:48Z rhwood@macports.org $
PortSystem 1.0
name mpeg2decX
version 0.20
categories aqua multimedia
platforms darwin
maintainers nomaintainer@macports.org
homepage http://homepage1.nifty.com/~toku/software_en.html
description Converts MPEG-2 files into a QT movie
long_description mpeg2decX is used to convert MPEG-2 files into \
QuickTime movies.
master_sites http://homepage1.nifty.com/~toku/software/
checksums md5 6c9e92e6433c73d79561c71d0ee4c978
use_configure no
build.type pbx
build.target {}
destroot { xinstall -d -m 755 ${destroot}/Applications/MacPorts
file copy ${worksrcpath}/build/${name}.app \
${destroot}/Applications/MacPorts/${name}.app
}