1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/graphics/osg/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

31 lines
932 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
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>