Ticket #7233: Portfile

File Portfile, 930 bytes (added by andre@…, 19 years ago)

The Portfile

Line 
1PortSystem      1.0
2name            libdvbpsi
3version         0.1.5
4categories      multimedia
5maintainers     andre@splunk.com
6description     libdvbpsi is a simple library designed for decoding and generation of MPEG TS and DVB PSI tables.
7long_description        libdvbpsi is a simple library designed for decoding and generation of MPEG TS and DVB PSI tables. \
8                        Currently supported platforms are GNU/Linux, Windows and Mac OS X, but it should work on almost any platform. \
9                        Current features: \
10                                * Program Association Table (PAT), decoder and generator. \
11                                * Program Map Table (PMT), decoder and generator. \
12                                * All MPEG 2 descriptors, decoders and generators.
13homepage        http://developers.videolan.org/libdvbpsi/
14master_sites    http://download.videolan.org/pub/libdvbpsi/${version}/
15use_bzip2       yes
16distname        libdvbpsi4-${version}
17checksums       sha1 87194b8b751a2444810b6a172eb8f5de17f5c4e5
18platforms       darwin
19configure.env   CFLAGS="-I${prefix}/include"