freebsd-ports/graphics/yafray/Makefile
Rong-En Fan a496109e19 - Unbreak on system < 7.x by using malloc(3)
- Remove optimized cflags until other scons based ports play nice with them

PR:		ports/104542
Submitted by:	David Yeske <dyeske at yahoo.com> (maintainer)
Approved by:	portmgr (erwin)
2006-10-21 10:12:31 +00:00

32 lines
643 B
Makefile

# New ports collection makefile for: yafray
# Date created: 18 May 2003
# Whom: David Yeske <dyeske@yahoo.com>
#
# $FreeBSD$
PORTNAME= yafray
PORTVERSION= 0.0.9
CATEGORIES= graphics
MASTER_SITES= http://www.yafray.org/sec/2/downloads/
MAINTAINER= dyeske@yahoo.com
COMMENT= A fast XML based raytracer
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
USE_SCONS= yes
USE_GETOPT_LONG=yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile on 4.x
.endif
pre-patch:
@${MV} ${WRKSRC}/linux-settings.py ${WRKSRC}/freebsd-settings.py
.include <bsd.port.post.mk>