Ticket #32249: cogl-Portfile

File cogl-Portfile, 1.0 KB (added by rmstonecipher@…, 11 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem      1.0
5
6name            cogl
7version         1.12.0
8set branch      [join [lrange [split ${version} .] 0 1] .]
9categories      graphics
10description     fixme
11long_description fixme
12license         LGPL-2+
13maintainers     nomaintainer
14platforms       darwin
15homepage        http://blogs.gnome.org/clutter/
16master_sites    gnome:sources/${name}/${branch}
17use_xz          yes
18
19checksums           rmd160  85b548feaa113cbdcd9010c45bf0e8110ece2e78 \
20                    sha256  4e7b5abbf0a1e51d74618db1b513551e7c71b486e17e98373f4db93e7710e2f2
21
22depends_build \
23    port:pkgconfig
24
25depends_lib \
26    port:cairo \
27    port:gdk-pixbuf2 \
28    port:gobject-introspection \
29    port:mesa \
30    port:pango \
31    port:xorg-libXcomposite \
32    port:xorg-libXdamage \
33    port:xorg-libXext \
34    port:xorg-libXfixes
35
36livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}