# $Id: Portfile,v 1.5 2006/02/22 21:17:59 danchr Exp $

PortSystem 1.0
name		x264
version		20060221
categories	multimedia
platforms	darwin
maintainers	danchr@opendarwin.org
description	x264 - a free h264/avc encoder
long_description x264 is a free library for encoding H264/AVC video streams. \
		The code is written by Laurent Aimar, Eric Petit(OS X), Min \
		Chen (vfw/nasm), Justin Clay(vfw), Måns Rullgård and Loren \
		Merritt from scratch. It is released under the terms of the \
		GPL license.
homepage	http://www.videolan.org/x264.html
master_sites	ftp://ftp.videolan.org/pub/videolan/x264/snapshots/
distname	x264-snapshot-${version}-2245
checksums	sha1 35fce91fbad848c519f35eec8abdafcb37a2341b
use_bzip2	yes

depends_build	bin:svnversion:subversion

destroot.args	DIR_INSTALL=${destroot}${prefix}

build.target	default
