Ticket #16729: Portfile

File Portfile, 1.0 KB (added by dbevans (David B. Evans), 16 years ago)

Initial Portfile

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