Ticket #15037: Portfile

File Portfile, 645 bytes (added by petr.vacek@…, 16 years ago)
Line 
1# $Id$
2
3PortSystem      1.0
4name    cfourcc
5version 0.1.2
6categories      multimedia
7maintainers     avc-cvut.cz:petr.vacek
8description     change fourcc in avi utility
9long_description Command-line utility for changin FOURCC codes in AVI files
10homepage http://sarovar.org/projects/gfourcc/
11platforms       darwin
12master_sites http://sarovar.org/frs/download.php/551/
13checksums       md5 50e68cd5e0ea96574cab7e36595b9ad9 \
14                        sha1 3af3a67986342ea29dc65c2106aff89e2cea58aa
15distfiles       cfroucc-0.1.2.tar.gz
16extract.suffix  .tar.gz
17worksrcdir      cfourcc
18configure       {}
19destroot {
20        xinstall -m 755 -d ${destroot}{$prefix}/bin
21        xinstall -m 755 ${worksrcpath}/cfourcc ${destroot}$prefix/bin
22}