Ticket #13664: Portfile

File Portfile, 1.1 KB (added by macosforge@…, 16 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; \
2c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
3# $Id$
4PortSystem          1.0
5
6name                replex
7version             0.1.6.8
8categories          multimedia
9maintainers         emyr.thomas@gmail.com
10platforms           darwin
11homepage            http://www.metzlerbros.org/dvb/
12master_sites        ${homepage}
13use_configure       no
14
15description         Remultiplex an MPEG2 TS into a PS for DVD
16
17long_description    Replex was created to remultiplex transport stream (TS)\
18                    data taken from a DVB source. The result is supposed to be\
19                    a program stream (PS) that can be used to be burned to a\
20                    DVD (with dvdauthor).
21
22checksums           md5 de02c1b55bc7863f811adffe611f1c71 \
23                    sha1 594a5195d65059f26203ac25ad2f332d3c34c1ae \
24                    rmd160 9b29af523b82e008981169497956e5a590d5c268
25
26depends_lib
27
28patchfiles          patch-replex.c
29
30destroot {
31    xinstall -m 755 ${worksrcpath}/replex ${destroot}${prefix}/bin
32    xinstall -m 644 ${worksrcpath}/libreplex.a ${destroot}${prefix}/lib
33}