Ticket #20538: Portfile

File Portfile, 1.1 KB (added by nodamage@…, 15 years ago)

Full Portfile

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
5name            clutter
6version         1.0.0
7set branch      [string range $version 0 [expr [string last "." $version] - 1]]
8categories      graphics
9description     A generic high-level canvas library.
10long_description Clutter is an open source software library for \
11                 creating fast, visually rich and animated graphical \
12                 user interfaces.
13maintainers     pixane.net:idan
14platforms       darwin
15homepage        http://www.clutter-project.org/
16master_sites    http://www.clutter-project.org/sources/${name}/${branch}/
17
18checksums       md5     dac6352daeef0926eab31c1a57e69148 \
19                sha1    013d9e36b5089e9ea333a1ab746086f890e184d1 \
20                rmd160  f47f66856d7d4717d4f93241bcce442f7d73012e
21
22depends_build \
23    port:pkgconfig
24
25depends_lib \
26    port:cairo \
27    port:pango \
28    port:glib2 \
29    port:mesa \
30    port:xorg-libXdamage \
31    port:xorg-libXcomposite