Ticket #8315: Portfile

File Portfile, 727 bytes (added by meissnem@…, 18 years ago)

dvdauthor Portfile

Line 
1# $Id $
2
3PortSystem 1.0
4name            dvdauthor
5version 0.6.11
6categories      multimedia
7maintainers     meissnem@gmail.com
8description     A simple set of tools to help author a DVD.
9
10long_description        \
11        A simple set of tools to help you author a DVD. The idea is to be \
12        able to create menus, buttons, chapters, etc, but for now you can \
13        just take an mpeg stream (as created by mplex -f 8 from mjpegtools \
14        1.6.0) and write it to DVD.
15
16homepage        http://dvdauthor.sourceforge.net/
17checksums       md5 d2c45879e4cfb95d410bf603af891e07
18master_sites    sourceforge     
19
20depends_lib port:libdvdread port:libxml port:zlib port:libpng port:libiconv
21
22configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include
23configure.args --mandir=${prefix}/share/man