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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | name shairport |
---|
7 | version 0.05 |
---|
8 | categories audio |
---|
9 | platforms darwin |
---|
10 | maintainers gmail.com:jruschme |
---|
11 | description AirPlay server |
---|
12 | long_description Shairport emulates the AirPlay server functionality of \ |
---|
13 | an Apple Airport Express. |
---|
14 | homepage https://github.com/albertz/shairport |
---|
15 | depends_lib port:libao \ |
---|
16 | port:openssl |
---|
17 | |
---|
18 | depends_run port:perl5 \ |
---|
19 | port:p5-crypt-openssl-rsa \ |
---|
20 | port:p5-io-socket-inet6 \ |
---|
21 | port:p5-libwww-perl |
---|
22 | |
---|
23 | checksums rmd160 4282e99153101389d6dab859c046d268555c768b \ |
---|
24 | sha256 d316a9278123c232fdd5f96c375333ebae46ca9c6b6c42c0f93127fc3616b981 |
---|
25 | |
---|
26 | github.setup albertz shairport 58a6ab8 |
---|
27 | |
---|
28 | configure { |
---|
29 | reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/Makefile |
---|
30 | reinplace "s|install -D -m|install -m|g" ${worksrcpath}/Makefile |
---|
31 | } |
---|