# $Id: Portfile 47457 2009-02-28 09:47:28Z jeremyhu@macports.org $

PortSystem 1.0

name			povray
version			3.6.1
revision                1
maintainers		nomaintainer
categories		graphics
platforms		darwin
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 Mac OS X version.
homepage		http://www.povray.org/
master_sites	${homepage}ftp/pub/povray/Official/Unix/ \
				ftp://ftp.povray.org/pub/povray/Official/Unix/
checksums		md5 b5789bb7eeaed0809c5c82d0efda571d
use_bzip2		yes

depends_lib \
	port:xorg-libsm \
	port:xpm \
	port:libpng \
	port:jpeg \
	port:zlib \
	port:tiff

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

test.run		yes
test.target		check
