# $Id: Portfile 83431 2011-09-01 11:47:23Z jmr@macports.org $

PortSystem 1.0

name             scale2x
version          2.4
categories       graphics
maintainers      nomaintainer
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:project/${name}/${name}/${version}
checksums        md5 b89ccfa6df5f059355951dbf69fc163c \
                 sha1 30bbd674dcdf134a58b34e75f87ed05bd716d484

depends_lib      port:libpng

patchfiles       file.c.patch

configure.args   --mandir=${prefix}/share/man
