freebsd-ports/graphics/osg-devel/Makefile
Jean-Yves Lefort dfa1f4de4b - Update openthreads to 1.5
- Update openproducer to 1.1 and move to LOCALBASE
- Update osg to 1.2 and move to LOCALBASE
- Take maintainerships

PR:		ports/105729
Submitted by:	jylefort
Approved by:	maintainers
2006-11-26 04:09:23 +00:00

29 lines
916 B
Makefile

# 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
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>