# $Id: Portfile,v 1.1 2005/01/06 07:51:51 toby Exp $

PortSystem 1.0
name			enblend
version			2.1
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 fa4eece8af58998b97712d7e2680f2cc

depends_lib		lib:libtiff:tiff lib:libboost_date_time:boost

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