Ticket #10712: Portfile

File Portfile, 861 bytes (added by oksmith77, 18 years ago)

Portfile for ufraw

Line 
1# $Id$
2
3PortSystem       1.0
4name             ufraw
5version          0.9.1
6categories       graphics
7description      Unidentified Flying Raw (UFRaw)
8
9long_description \
10    The Unidentified Flying Raw (UFRaw) is a utility to read and \
11    manipulate raw images from digital cameras. It can be used on \
12    its own or as a Gimp plug-in. It reads raw images using Dave Coffin's \
13    raw conversion utility - DCRaw. UFRaw supports basic color management \
14    using Little CMS, allowing the user to apply color profiles.
15   
16homepage         http://ufraw.sourceforge.net
17platforms        darwin
18master_sites     sourceforge
19checksums        md5 7388ed97a156ea6a7272513a1dc8f8d5
20distname         ufraw-${version}
21depends_lib      port:gimp2
22
23
24configure.env    LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include
25configure.args   --mandir=${prefix}/share/man
26