1 | # -*- tcl -*- |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | name freeimage |
---|
6 | version 3.10.0 |
---|
7 | categories graphics |
---|
8 | maintainers ryand-ruby@zenspider.com |
---|
9 | description Library for FreeImage, a dependency-less graphics library |
---|
10 | long_description FreeImage is a library for developers who would like to \ |
---|
11 | support most popular graphics image formats. Some \ |
---|
12 | highlights are: extremely simple in use, not limited to \ |
---|
13 | the local PC (unique FreeImageIO) and Plugin driven! |
---|
14 | platforms darwin freebsd |
---|
15 | homepage http://freeimage.sourceforge.net/ |
---|
16 | master_sites sourceforge |
---|
17 | |
---|
18 | distname FreeImage3100 |
---|
19 | use_zip yes |
---|
20 | checksums md5 2e57135e26bb487cc8e13ee7b7e0a595 \ |
---|
21 | sha1 9590563e8abade9494fc6db6f6127fa3db42b8e1 \ |
---|
22 | rmd160 9f501e099bca567b2ffedd0f9f00ad6b58021b09 |
---|
23 | |
---|
24 | worksrcdir FreeImage |
---|
25 | |
---|
26 | patchfiles patch-Makefile.osx.diff |
---|
27 | |
---|
28 | use_configure no |
---|
29 | |
---|
30 | destroot.pre_args -f Makefile.osx ${destroot.target} |
---|
31 | destroot.destdir PREFIX=${destroot}${prefix} |
---|