Ticket #48306: Portfile

File Portfile, 1.1 KB (added by ays388@…, 9 years ago)

x265 Portfile

Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5
6name                x265
7version             1.7
8categories          multimedia
9platforms           darwin
10license             GPL-2+
11maintainers         ays388@gmail.com openmaintainer
12description         H.265 encoder
13long_description    x265 is a free software library and application for \
14                    encoding video streams into the H.265/MPEG-H HEVC \
15                    compression format, and is released under the terms of the \
16                    GNU GPL.
17homepage            https://www.videolan.org/developers/x265.html
18depends_build       port:cmake \
19                    port:yasm
20master_sites        ftp://ftp.videolan.org/pub/videolan/x265/
21distname            ${name}_${version}
22checksums           sha256 a52ca95e8e64219c1e8e73a9abf0bb7151ced2c93756a623cf2b7e5cf8226585
23worksrcdir          ${distname}/source
24configure.cmd       cmake
25configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix}
26configure.args      -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib
27configure.post_args .