freebsd-ports/graphics/yafray/Makefile
Alexey Dokuchaev ce3e195571 Provide home for the distfile and undeprecate. While this version is not
under development anymore, it is still available from the vendor site, but
named ``yafray-0.0.9.tar_.gz'' (notice bogus underscore).  I decided not
to adhere to this stupidity, and instead asked upstream to rename file to
something sane.  Once this is fixed, I will adjust MASTER_SITES.  Also, do
some usual cleanups while I'm here.
2011-06-17 09:59:29 +00:00

28 lines
603 B
Makefile

# New ports collection makefile for: YafRay
# Date created: 18 May 2003
# Whom: David Yeske <dyeske@gmail.com>
#
# $FreeBSD$
#
PORTNAME= yafray
PORTVERSION= 0.0.9
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://freebsd.nsu.ru/distfiles/ \
#http://www.yafaray.org/sites/default/files/download/builds/
MAINTAINER= ports@FreeBSD.org
COMMENT= A fast XML based raytracer
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
USE_SCONS= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
pre-patch:
@${MV} ${WRKSRC}/linux-settings.py ${WRKSRC}/freebsd-settings.py
.include <bsd.port.mk>