Ticket #12203: Portfile

File Portfile, 983 bytes (added by ehainry@…, 17 years ago)

Update

Line 
1PortSystem 1.0
2name             live555
3version          2007.07.01
4categories       multimedia
5maintainers      ehainry@free.fr
6description      LIVE555 Streaming Media
7long_description \
8  This code forms a set of C++ libraries for multimedia streaming, using open\
9  standard protocols (RTP/RTCP, RTSP, SIP). These libraries - which can be\
10  compiled for Unix (including Linux and Mac OS X), Windows, and QNX (and\
11  other POSIX-compliant systems) - can be used to build streaming\
12  applications.
13homepage         http://www.live555.com/liveMedia/
14platforms        darwin
15master_sites     ${homepage}public/
16checksums        md5 ae4568a024c4433d8f89ffbcaee89f9e
17distname         live.${version}
18worksrcdir       live
19configure.cmd    ./genMakefiles
20configure.args   macosx
21configure.pre_args     
22destroot {
23                file copy ${workpath}/live ${destroot}${prefix}/lib/
24}
25
26livecheck.check     regex
27livecheck.url       ${homepage}public/
28livecheck.regex     live\.(\[0-9\.\]+)\.tar\.gz
29