Ticket #13018: Portfile

File Portfile, 913 bytes (added by will.bryant@…, 16 years ago)

Updated Portfile

Line 
1# -*- tcl -*-
2# $Id$
3
4PortSystem 1.0
5name                    freeimage
6version                 3.10.0
7categories              graphics
8maintainers             ryand-ruby@zenspider.com
9description             Library for FreeImage, a dependency-less graphics library
10long_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!
14platforms               darwin freebsd
15homepage                http://freeimage.sourceforge.net/
16master_sites            sourceforge
17
18distname                FreeImage3100
19use_zip                 yes
20checksums               md5 2e57135e26bb487cc8e13ee7b7e0a595 \
21                        sha1 9590563e8abade9494fc6db6f6127fa3db42b8e1 \
22                        rmd160 9f501e099bca567b2ffedd0f9f00ad6b58021b09
23
24worksrcdir              FreeImage
25
26patchfiles              patch-Makefile.osx.diff
27
28use_configure           no
29
30destroot.pre_args       -f Makefile.osx ${destroot.target}
31destroot.destdir        PREFIX=${destroot}${prefix}