summaryrefslogtreecommitdiff
path: root/graphics/osg-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/osg-devel/Makefile')
-rw-r--r--graphics/osg-devel/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile
deleted file mode 100644
index 3befaf61f571..000000000000
--- a/graphics/osg-devel/Makefile
+++ /dev/null
@@ -1,38 +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= 0.8.45
-CATEGORIES= graphics
-MASTER_SITES= http://www.openscenegraph.org/download/snapshots/
-
-MAINTAINER= ports@FreeBSD.org
-
-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
-
-DISTNAME= OpenSceneGraph-${PORTVERSION}
-
-USE_X_PREFIX= yes
-USE_MESA= yes
-INSTALLS_SHLIB= yes
-USE_GMAKE= yes
-MAKE_ENV= OSGHOME=${WRKSRC}
-
-# opt = optimized ($OPTF added); debug = debug ($DBGF added); opt is default
-ALL_TARGET= opt
-
-post-install:
- ${LN} -sf ${PREFIX}/share/osg/bin/sgv ${PREFIX}/bin
- ${LN} -sf ${PREFIX}/share/osg/bin/osgconv ${PREFIX}/bin
- @${MKDIR} ${DOCSDIR}
- ${CP} -r ${WRKSRC}/doc/ ${DOCSDIR}
-
-.include <bsd.port.mk>