diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /graphics/osg-devel/Makefile | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes:
svn path=/head/; revision=224474
svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'graphics/osg-devel/Makefile')
-rw-r--r-- | graphics/osg-devel/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile deleted file mode 100644 index c635abec38ea..000000000000 --- a/graphics/osg-devel/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: Open Scene Graph -# Date created: 26 Apr 2001 -# Whom: Randall Hopper <aa8vb@nc.rr.com> -# -# $FreeBSD$ -# - -PORTNAME= osg -PORTVERSION= 2.6.0 -CATEGORIES= graphics -MASTER_SITES= http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-2.6/ -DISTNAME= OpenSceneGraph-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= C++ OpenGL scene graph library for real-time rendering - -USE_ZIP= yes -USE_CMAKE= yes -USE_GL= glu - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff - -post-patch: - @${REINPLACE_CMD} -e 's|"64"|""|' ${WRKSRC}/CMakeLists.txt - -.include <bsd.port.mk> |