summaryrefslogtreecommitdiff
path: root/graphics/yafaray/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/yafaray/Makefile')
-rw-r--r--graphics/yafaray/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile
deleted file mode 100644
index fd8c459882f8..000000000000
--- a/graphics/yafaray/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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://www.yafray.org/sec/2/downloads/
-
-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>