Ticket #17161: Portfile

File Portfile, 971 bytes (added by krunk7@…, 15 years ago)

Portfile for gdchart

Line 
1PortSystem          1.0
2
3name                gdchart
4version             0.11.5dev
5categories          graphics
6maintainers         jameskyle@ucla.edu
7description         Easy to use C API, high performance library.
8long_description    Create charts and graphs in PNG, GIF and WBMP format.
9homepage            http://www.fred.net/brv/chart/
10platforms           darwin
11master_sites        http://www.fred.net/brv/chart/
12distfiles           ${name}${version}.tar.gz
13worksrcdir          ${name}${version}
14
15checksums           md5 a4af7bc927d8b88934da56fce10a7a3c \
16                    sha1 c23e1cd233c38ac007b57420c20a5fa7fa206841 \
17                    rmd160 be9b11eb446738d9e30d78e8ce73b8a418b1f520
18use_parallel_build  yes
19
20depends_lib         port:libpng \
21                    port:zlib \
22                    port:gd2 \
23                    port:jpeg \
24                    port:freetype
25
26                   
27configure {}
28
29patchfiles patch-Makefile.diff
30