freebsd-ports/graphics/yafaray/Makefile
Beech Rintoul 01c6e9bb92 - Fix build
- Remove use_getopt_long

Approved by: sat (mentor)
2007-07-07 11:52:21 +00:00

26 lines
523 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
CATEGORIES= graphics
MASTER_SITES= http://www.yafray.org/sec/2/downloads/
MAINTAINER= dyeske@gmail.com
COMMENT= A fast XML based raytracer
LIB_DEPENDS= jpeg.9:${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>