# $Id: Portfile,v 1.3 2005/04/21 15:57:50 jberry Exp $

PortSystem 1.0
name             scale2x
version          2.1
categories       graphics
maintainers      toby@opendarwin.org
description      utility to increase the size of small bitmaps
long_description \
	Scale2x is real-time graphics effect able to increase the \
	size of small bitmaps guessing the missing pixels without \
	interpolating pixels and blurring the images.
homepage         http://scale2x.sourceforge.net/
platforms        darwin

master_sites     sourceforge
checksums        md5 e7f93d3c1fb413e1b30667284597d696

depends_lib      port:zlib port:libpng

configure.env    CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
configure.args   --mandir=${prefix}/share/man
