diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/yafaray/Makefile | 46 | ||||
-rw-r--r-- | graphics/yafaray/distinfo | 1 | ||||
-rw-r--r-- | graphics/yafaray/files/patch-configure | 10 | ||||
-rw-r--r-- | graphics/yafaray/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/yafaray/pkg-plist | 3 |
5 files changed, 0 insertions, 66 deletions
diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile deleted file mode 100644 index ccc8ed83b542..000000000000 --- a/graphics/yafaray/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: yafray -# Date created: 18 May 2003 -# Whom: David Yeske <dyeske@yahoo.com> -# -# $FreeBSD$ - -PORTNAME= yafray -PORTVERSION= 0.0.4 -CATEGORIES= graphics -MASTER_SITES= http://www.coala.uniovi.es/~jandro/noname/downloads/ - -MAINTAINER= dyeske@yahoo.com -COMMENT= A fast XML based raytracer - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg - -USE_GETOPT_LONG=yes -USE_REINPLACE= yes -USE_LIBTOOL= yes - -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib ${PTHREAD_CFLAGS}" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" - -.if defined(WITH_OPTIMIZED_CFLAGS) -CFLAGS+= -O3 -ffast-math -.endif - -pre-everything:: -.if !defined(WITH_OPTIMIZED_CFLAGS) - @${ECHO_MSG} "You can enable additional compilation optimizations" - @${ECHO_MSG} "by defining WITH_OPTIMIZED_CFLAGS" -.endif - -post-patch: - @${REINPLACE_CMD} -e \ - 's|-lpthread|${PTHREAD_LIBS}|' \ - ${WRKSRC}/configure - - @${REINPLACE_CMD} -E -e \ - 's|^CXX =.+$$|CXX=${CXX}|; \ - s|-O3||; \ - s|-ffast-math||; \ - s|-Wall|${CXXFLAGS}|' \ - ${WRKSRC}/src/Makefile.in - -.include <bsd.port.mk> diff --git a/graphics/yafaray/distinfo b/graphics/yafaray/distinfo deleted file mode 100644 index 84e2693c2819..000000000000 --- a/graphics/yafaray/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (yafray-0.0.4.tar.gz) = 77186ea4afb14c36416781b96e2af0f5 diff --git a/graphics/yafaray/files/patch-configure b/graphics/yafaray/files/patch-configure deleted file mode 100644 index d17586d40ac4..000000000000 --- a/graphics/yafaray/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Thu Jun 12 21:31:41 2003 -+++ configure Thu Jun 12 21:32:01 2003 -@@ -7842,6 +7842,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='${SHELL} /usr/local/bin/libtool' diff --git a/graphics/yafaray/pkg-descr b/graphics/yafaray/pkg-descr deleted file mode 100644 index 601143a1d6f8..000000000000 --- a/graphics/yafaray/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is an advanced raytracer that uses XML. - -WWW: http://www.yafray.org/ - -- David -dyeske@yahoo.com diff --git a/graphics/yafaray/pkg-plist b/graphics/yafaray/pkg-plist deleted file mode 100644 index 5c19046299db..000000000000 --- a/graphics/yafaray/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/yafray -etc/gram.yafray -lib/libyafray.so |