Ticket #46039: Portfile

File Portfile, 1.5 KB (added by pgf, 10 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
5PortGroup           github 1.0
6
7github.setup        rocky libcdio-paranoia 10.2-0.93-1 release-
8
9categories          devel
10platforms           darwin
11license             GPL-3
12maintainers         nomaintainer
13
14description         CDDA audio extraction library
15long_description    This CDDA reader distribution reads audio from the CDROM directly \
16                    as data, with no analog step between, and writes the data to a file \
17                    or pipe as .wav, .aifc or as raw 16 bit linear PCM.
18
19homepage            http://www.gnu.org/software/libcdio/ \
20                    https://github.com/${github.author}/${github.project}
21
22depends_build       port:pkgconfig
23depends_lib         port:gettext \
24                    port:libcdio
25
26github.tarball_from releases
27master_sites        ${github.homepage}/archive
28distname            ${github.tag_prefix}[strsed ${github.version} g/-/+/]
29worksrcdir          ${github.project}-${github.tag_prefix}${github.version}
30checksums           rmd160  0dcab9c8191a9154ee01bff2a309de385e131aaf \
31                    sha256  eff836d8790eef17b299cd69a0edeea8192f5aff8c252305c92a16c4d08be6aa
32
33#
34use_autoreconf          yes
35autoreconf.args-append  --force --install --symlink
36
37configure.args      --disable-silent-rules --without-versioned-libs
38
39test.run            yes
40test.target         check