Ticket #48306: Portfile.2

File Portfile.2, 999 bytes (added by ays388@…, 9 years ago)

New Portfile using the cmake portgroup

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