aboutsummaryrefslogtreecommitdiff
path: root/graphics/osg-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/osg-devel/Makefile')
-rw-r--r--graphics/osg-devel/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile
deleted file mode 100644
index 654d9c945694..000000000000
--- a/graphics/osg-devel/Makefile
+++ /dev/null
@@ -1,30 +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= 1.2
-PORTREVISION= 1
-CATEGORIES= graphics
-
-MAINTAINER= jylefort@FreeBSD.org
-COMMENT= C++ OpenGL scene graph library for real-time rendering
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads \
- ${LOCALBASE}/lib/libProducer.so:${PORTSDIR}/graphics/openproducer
-RUN_DEPENDS= ${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads \
- ${LOCALBASE}/lib/libProducer.so:${PORTSDIR}/graphics/openproducer
-LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
- jpeg.9:${PORTSDIR}/graphics/jpeg \
- ungif.5:${PORTSDIR}/graphics/libungif \
- tiff.4:${PORTSDIR}/graphics/tiff \
- freetype.9:${PORTSDIR}/print/freetype2
-
-USE_GL= yes
-WRKSRC= ${WRKDIR}/${DISTNAME}/OpenSceneGraph
-
-.include "${.CURDIR}/bsd.osg.mk"
-.include <bsd.port.mk>