Ticket #19141: Portfile

File Portfile, 1.2 KB (added by anddam@…, 15 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id: Portfile 41643 2008-11-08 01:44:28Z devans@macports.org $
3
4PortSystem 1.0
5
6name            libmp4v2
7version         2.0-20090110
8categories      audio
9maintainers     devans openmaintainer
10description     A library to read and manipulate mp4 container format.
11long_description \
12                A library to read and manipulate mp4 container format, derived from mpeg4ip \
13                but free from the patent issues associated with that package.
14homepage        http://code.google.com/p/mp4v2/
15
16master_sites    googlecode:mp4v2
17distname                mp4v2-${version}
18
19use_bzip2               yes
20checksums           md5     9e11e45a26bc45418ef232201c0266c0 \
21                    sha1    6bdbbc95bd517478ab3ed33f420360cfb61ace0d \
22                    rmd160  8e4441aa483de3d1fc7179b1b6b3eca969e6794d
23
24configure.args  --mandir=${prefix}/share/man
25
26#patchfiles      patch-Makefile.in.diff
27
28#depends_build   port:pkgconfig
29
30#depends_lib     port:gtk2
31
32#livecheck.check regex
33#livecheck.url   ${master_sites}
34#livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}
35