# $Id: Portfile,v 1.4 2005/06/24 10:03:22 mww Exp $ PortSystem 1.0 name HandBrake version 0.6.2 platforms darwin categories aqua multimedia maintainers phw@opendarwin.org description DVD to MPEG4 converter long_description HandBrake is a GPL'd multi-platform, heavily \ multithreaded DVD to MPEG-4 converter. \ - Can encode directly from DVDs (even encrypted ones) \ - Outputs MP4, AVI or OGM files \ - Outputs AAC, MP3 or Vorbis audio \ - Supports 2-pass encoding \ - Supports encoding of two audio tracks \ - Includes a bitrate calculator \ - Supports picture cropping and scaling homepage http://handbrake.m0k.org master_sites ${homepage}/files/ distname ${name}-${version}-src checksums md5 a787787622cfa5411c13b7a4bc057ea5 worksrcdir ${name}-${version} depends_lib bin:jam:jam use_configure no build.cmd jam build.target destroot { set appPath ${destroot}/Applications/DarwinPorts xinstall -d -m 755 ${appPath} file copy ${worksrcpath}/${name}.app ${appPath}/${name}.app }