New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

root/trunk/dports/audio/libdts/Portfile

Revision 49608, 0.7 KB (checked in by jeremyhu@…, 3 months ago)

libdts: Now a stub for libdca

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem 1.0
5
6name            libdts
7version         0.0.2
8revision        1
9categories      audio
10platforms       darwin
11maintainers     nomaintainer
12description     libdts has been replaced by libdca
13long_description ${description}
14homepage        http://www.videolan.org/dtsdec.html
15master_sites    http://debian.unnet.nl/pub/videolan/libdts/${version}
16
17depends_lib port:libdca
18
19fetch           { }
20checksum        { }
21build           { }
22destroot        {
23    xinstall -d ${destroot}${prefix}/share/doc/${name}
24    system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
25}
26
27use_configure no
28universal_variant no
29
30livecheck.check none
Note: See TracBrowser for help on using the browser.