Ticket #25055: Portfile.3

File Portfile.3, 1.1 KB (added by manphiz@…, 14 years ago)

Working one. Replaces Portfile.2 which was a working version

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
2
3PortSystem          1.0
4
5name                libvpx-devel
6version             0.9.1
7revision            0
8categories          multimedia
9maintainers         davidfavor.com:david
10description         VP8 encoder/decoder
11long_description    VP8 encoder/decoder
12
13homepage            http://www.webmproject.org/code/
14master_sites        http://webm.googlecode.com/files/
15distname            libvpx-${version}
16
17use_bzip2           yes
18
19platforms           darwin
20
21checksums           md5     e1442e74d0cca228785083fa520735a2 \
22                    sha1    a18acb7a1a2fd62268e63aab860b43ff04669b9e \
23                    rmd160  365b16848979727689da5e4416978c0a275e1af3
24
25depends_build       port:yasm
26
27build.cmd           make
28build.target
29build.args
30
31configure.args      --enable-vp8 \
32                    --enable-psnr \
33                    --enable-postproc \
34                    --enable-multithread \
35                    --enable-runtime-cpu-detect