2001-05-31 12:10:36 +02:00
|
|
|
# New ports collection makefile for: Open Scene Graph
|
|
|
|
# Date created: 26 Apr 2001
|
|
|
|
# Whom: Randall Hopper <aa8vb@nc.rr.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= osg
|
2006-11-26 05:09:23 +01:00
|
|
|
PORTVERSION= 1.2
|
2001-05-31 12:10:36 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
|
2006-11-26 05:09:23 +01:00
|
|
|
MAINTAINER= jylefort@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= C++ OpenGL scene graph library for real-time rendering
|
2001-05-31 12:10:36 +02:00
|
|
|
|
2003-11-13 12:36:41 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads \
|
2006-11-26 05:09:23 +01:00
|
|
|
${LOCALBASE}/lib/libProducer.so:${PORTSDIR}/graphics/openproducer
|
2005-03-02 19:50:47 +01:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads \
|
2006-11-26 05:09:23 +01:00
|
|
|
${LOCALBASE}/lib/libProducer.so:${PORTSDIR}/graphics/openproducer
|
2002-05-08 04:19:16 +02:00
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
2002-05-11 10:33:46 +02:00
|
|
|
ungif.5:${PORTSDIR}/graphics/libungif \
|
2002-05-11 11:05:01 +02:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
2006-11-26 05:09:23 +01:00
|
|
|
freetype.9:${PORTSDIR}/print/freetype2
|
2001-05-31 12:10:36 +02:00
|
|
|
|
2005-03-02 19:50:47 +01:00
|
|
|
USE_GL= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/OpenSceneGraph
|
2002-05-25 19:38:07 +02:00
|
|
|
|
2006-11-26 05:09:23 +01:00
|
|
|
.include "${.CURDIR}/bsd.osg.mk"
|
|
|
|
.include <bsd.port.mk>
|