mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2e6e9aa08a
PR: ports/112021, ports/112035, ports/112064 Submitted by: David Yeske <dyeske@yahoo.com> (maintainer)
27 lines
543 B
Makefile
27 lines
543 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}
|
|
|
|
pre-patch:
|
|
@${MV} ${WRKSRC}/linux-settings.py ${WRKSRC}/freebsd-settings.py
|
|
|
|
.include <bsd.port.mk>
|