Ticket #18730: Portfile

File Portfile, 1.2 KB (added by mail@…, 15 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
5
6name                despotify
7version             r761
8categories          multimedia
9maintainers         mail@carljohancrafoord.se
10description         open source Spotify client
11long_description    an open source Spotify client and gateway to their service
12homepage            http://despotify.se/
13platforms           darwin
14master_sites        sourceforge
15
16checksums           md5 05a0e497717ad9fb6cc0c7b592f257f6 \
17                    sha1 014679badd64ef392c58502251bcf3cc767dd724 \
18                    rmd160 7ecc7c98aa2b29ea2b08838c6a2bd7ce767fe974
19
20depends_lib         port:ncurses \
21                    port:openssl \
22                    port:zlib \
23                    port:libvorbis \
24                    port:expat \
25                    port:gstreamer \
26                    port:gst-plugins-base
27
28use_configure       no
29
30patchfiles          patch-Makefile.diff
31
32destroot {
33          xinstall -m 0755 ${worksrcpath}/gateway ${destroot}${prefix}/bin
34          xinstall -m 0755 ${worksrcpath}/despotify ${destroot}${prefix}/bin
35}