Ticket #19897: Portfile

File Portfile, 876 bytes (added by jm@…, 15 years ago)

portfile

Line 
1PortSystem          1.0
2PortGroup           kde4 1.0
3
4name                kdenlive
5version             0.7.4
6categories          multimedia
7maintainers         jmpoure
8description         Kdenlive is a non-linear video editing suite, \
9                    which supports DV, HDV and much more formats. \
10                    Kdenlive relies on the MLT video engine and \
11                    FFmpeg for video formats, thus offering a comprehensive solution.
12
13homepage            http://kdenlive.sourceforge.net/
14master_sites        sourceforge
15platforms           darwin
16checksums           md5 087e9a52099799a85d9304e575b373cb
17
18depends_lib         port:mlt \
19                    port:kdelibs4
20
21depends_run         port:cdrtool \
22                    port:dvdauthor
23
24use_bzip2           yes
25
26configure.args-append   ../${distname} \
27                        -DNO_JOGSHUTTLE=1
28
29build.env           -DNO_JOGSHUTTLE=1