Ticket #10972: Portfile

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

Portfile for ufraw 0.10

Line 
1# $Id$
2
3PortSystem       1.0
4name             ufraw
5version          0.10
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 12d9bfdb8ed22e28129a729847ba6664
20distname         ufraw-${version}
21depends_lib      port:gimp2
22
23configure.env    LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include
24