Ticket #33325: deric-Portfile

File deric-Portfile, 1.2 KB (added by deric@…, 12 years ago)

progress

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