Ticket #50351: portfile

File portfile, 1.3 KB (added by vladashram, 9 years ago)
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                libaacs
7version             0.8.1
8categories          multimedia
9license             LGPL-2.1
10platforms           darwin
11maintainers         gmail.com:vladashram
12description         an open-source library designed implement the AACS
13
14long_description    A research project designed to implement the Advanced Access Content System Specification that provides an open source library
15
16homepage            http://www.videolan.org/developers/libaacs.html
17master_sites        http://get.videolan.org/libaacs/${version}
18
19use_bzip2           yes
20
21depends_build       port:perl5 \
22                    port:flex \
23                    port:bison \
24                    port:gettext
25
26depends_lib         port:libgcrypt \
27                    port:libgpg-error \
28                    port:libiconv
29                   
30checksums           rmd160  9913f0cab24a989329d38a370b99a3e12d55dcc6 \
31                    sha256  95c344a02c47c9753c50a5386fdfb8313f9e4e95949a5c523a452f0bcb01bbe8
32
33configure.perl      ${prefix}/bin/perl5
34
35configure.args     --disable-examples
36
37livecheck.type      regex
38livecheck.url       ${homepage}
39livecheck.regex     libaacs (\[0-8.]+)