Ticket #52870: Portfile

File Portfile, 1.5 KB (added by ale275 (Alessandro Gritti), 8 years ago)

v3 - more fixes

Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           github 1.0
5
6github.setup        mikebrady shairport-sync 2.8.6
7
8categories          multimedia
9platforms           darwin
10license             MIT BSD ISC
11maintainers         gmail.com:ale275 \
12                    openmaintainer
13description         Shairport Sync is an AirPlay audio player
14long_description    AirTunes emulator. Shairport Sync adds multi-room capability with Audio Synchronisation.
15
16checksums           rmd160  642f43d32f7bae3cddc7038ae9b48456882096c2 \
17                    sha256  99083c7134b1ad99adcdbdcc2d4122ff5e67853a754119d580c5173fbe8bfbc1
18
19depends_build       port:pkgconfig \
20                    port:autoconf \
21                    port:automake
22
23depends_lib         path:lib/libssl.dylib:openssl \
24                    port:popt \
25                    port:soxr \
26                    port:libao \
27                    port:libdaemon \
28                    port:libconfig-hr
29
30use_autoreconf      yes
31autoreconf.args     -fvi
32
33configure.args      --with-os-type=darwin \
34                    --with-ssl=openssl \
35                    --with-dns_sd \
36                    --with-ao \
37                    --with-stdout \
38                    --with-pipe \
39                    --with-soxr \
40                    --with-piddir=${prefix}/var \
41                    --sysconfdir=${prefix}/etc/shairport-sync
42
43variant metadata description {Enable metadata output} {
44  configure.args-append --with-metadata
45}
46
47default_variants +metadata