Ticket #32107: Portfile

File Portfile, 1.0 KB (added by coax@…, 12 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            libass
7version         0.10.0
8categories      multimedia
9license         ISC
10maintainers     nomaintainer
11platforms       darwin
12description     subtitle renderer for the ASS/SSA subtitle format
13
14long_description \
15    libass is a portable subtitle renderer for the \
16    ASS/SSA (Advanced Substation Alpha/Substation Alpha) \
17    subtitle format. It is mostly compatible with VSFilter.
18
19depends_lib     port:fribidi2
20
21homepage        http://code.google.com/p/libass/
22master_sites    googlecode
23
24checksums       md5 05cc8cc5eb4265b55ab0821f0825b719 \
25                sha1 82bfda2b78f74cf75a4dd0283d090ad1a71a697f \
26                rmd160 07e505267c471644a888cdecac97e2296f0142c7
27
28post-destroot {
29    set docdir ${prefix}/share/doc/${distname}
30    xinstall -d ${destroot}${docdir}
31    xinstall -m 0644 -W ${worksrcpath} COPYING Changelog ${destroot}${docdir}
32}
33
34livecheck.type  googlecode