# $Id: Portfile,v 1.5 2004/08/20 06:27:04 jkh Exp $

PortSystem 1.0

name			povray
version			3.6.1
maintainers		stewartsmith@mac.com
categories		graphics
description		Persistence Of Vision RAYtracer
long_description	POVRAY is a 'free' and popular Ray Tracer available for \
				many platforms (including UNIX). This is a port of the UNIX \
				version, not the graphical MacOS X version.
master_sites	http://www.povray.org/ftp/pub/povray/Official/Unix/ \
				ftp://ftp.povray.org/pub/povray/Official/Unix/
checksums		md5 b5789bb7eeaed0809c5c82d0efda571d
use_bzip2		yes

depends_lib		lib:libX11.6:XFree86 \
				lib:libpng.3:libpng \
				lib:libjpeg:jpeg \
				lib:libz.1:zlib \
				lib:libtiff.3:tiff

configure.args	--includedir=${prefix}/include \
				--mandir=${prefix}/share/man \
				COMPILED_BY="${maintainers}"

test.run		yes
test.target		check
