Ticket #11692: ccxstream-port.2.diff

File ccxstream-port.2.diff, 1.2 KB (added by yunzheng.hu@…, 17 years ago)

diff to add the ccxstream port to dports

  • net/ccxstream/Portfile

     
     1# $Id$
     2
     3PortSystem 1.0
     4name                ccxstream
     5version             1.0.15
     6categories          net
     7maintainers         yunzheng.hu@gmail.com
     8description         Stream media files to XBox Media Center via XBMSP
     9long_description    Server to stream music and video files from your \
     10                    UNIX server to a XBox running XBox Media Player \
     11                    using the XBMSP protocol.
     12homepage            http://www.xboxmediacenter.de/
     13platforms           darwin
     14
     15checksums       md5 c589fff48ce541f26b394c9d82ccbead \
     16                sha1 d97ac63374bf8ff6dcb77ccb89a6e92ff3e713d6
     17
     18master_sites    sourceforge:xbplayer
     19
     20use_configure   no
     21
     22destroot {
     23        xinstall -m 755 -d ${destroot}${prefix}/bin \
     24                ${destroot}${prefix}/share/doc/${name}
     25        xinstall -m 755 -v -W ${worksrcpath} \
     26                ccxstream ccxtest \
     27                ${destroot}${prefix}/bin
     28        xinstall -m 644 -v -W ${worksrcpath} \
     29                README ChangeLog TODO xbmsp-xml.txt xbmsp.txt \
     30                ${destroot}${prefix}/share/doc/${name}
     31}
     32