summaryrefslogtreecommitdiff
path: root/graphics/yafaray/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/yafaray/Makefile')
-rw-r--r--graphics/yafaray/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile
deleted file mode 100644
index 9dda6ae36ed5..000000000000
--- a/graphics/yafaray/Makefile
+++ /dev/null
@@ -1,25 +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
-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>