Portfile

# $Id: Portfile 20309 2006-11-01 21:25:57Z blair@macports.org $

PortSystem 1.0
name enblend
version 2.5
categories graphics
maintainers froe0071@umn.edu
description a tool to composite images
long_description Enblend is a tool to composite overlapping images \
with invisible (or very difficult to see) seams.
homepage http://enblend.sourceforge.net/
master_sites sourceforge:${name}
checksums md5 d760e27fa1fa0395c07cc9d1bb1ea3cc

depends_lib port:tiff port:boost

configure.args CFLAGS="-I${prefix}/include" \
LDFLAGS="-L${prefix}/lib" \
CPPFLAGS="-I${prefix}/include"