# $Id: Portfile,v 1.1 2004/09/06 20:47:32 mww Exp $

PortSystem 1.0

name			whirlgif
version			3.04
categories		graphics
platforms		darwin
maintainers		mww@opendarwin.org
description		produces an animated GIF file composed of a series of GIF images
long_description	${description}

homepage		http://www.danbbs.dk/~dino/whirlgif/
master_sites	${homepage}
distname		whirlgif304
checksums		md5 f34db0c396fda20f5937c489eb086850

worksrcdir

use_configure	no

destroot	{
	xinstall -m 755 -s ${worksrcpath}/whirlgif ${destroot}${prefix}/bin
	xinstall -m 644 ${worksrcpath}/whirlgif.1 \
		${destroot}${prefix}/share/man/man1
}
