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 37226 2008-05-31 07:53:28Z jmr@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name babl |
---|
7 | version 0.0.22 |
---|
8 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
9 | categories graphics |
---|
10 | maintainers gmail.com:dbevans |
---|
11 | platforms darwin |
---|
12 | homepage http://gegl.org/babl |
---|
13 | master_sites http://ftp.gtk.org/pub/babl/${branch}/ \ |
---|
14 | ftp://ftp.gtk.org/pub/babl/${branch}/ \ |
---|
15 | ftp://ftp.gimp.org/pub/babl/${branch}/ |
---|
16 | |
---|
17 | use_bzip2 yes |
---|
18 | |
---|
19 | description \ |
---|
20 | Babl is a library for dynamically handling pixel formats and managing conversions between them. |
---|
21 | |
---|
22 | long_description \ |
---|
23 | ${description} |
---|
24 | |
---|
25 | checksums md5 b821ce696b40feb74552da9d666defad \ |
---|
26 | sha1 9de50fb5833f41691f50f6e735d6422aad52ea94 \ |
---|
27 | rmd160 a10c07e70f1fe8944a969bba46484acf410c2583 |
---|
28 | |
---|
29 | patchfiles patch-babl-babl-cpuaccel.c.diff |
---|
30 | |
---|
31 | depends_build \ |
---|
32 | port:pkgconfig |
---|
33 | |
---|