diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-11-13 19:36:41 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-11-13 19:36:41 +0800 |
commit | 30a7caaf158cdcec137ac7d3e17ac7a95247b788 (patch) | |
tree | 87e6ec99ab95bc92ab83572183b20b349fe64f58 /graphics/osg-devel/Makefile | |
parent | 5590f53a63db9abf02b380df104ef86a0ce86506 (diff) | |
download | freebsd-ports-gnome-30a7caaf158cdcec137ac7d3e17ac7a95247b788.tar.gz freebsd-ports-gnome-30a7caaf158cdcec137ac7d3e17ac7a95247b788.tar.zst freebsd-ports-gnome-30a7caaf158cdcec137ac7d3e17ac7a95247b788.zip |
Upgrade to 0.9.6.2
PR: ports/58171
Submitted by: maintainer
Diffstat (limited to 'graphics/osg-devel/Makefile')
-rw-r--r-- | graphics/osg-devel/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index f1ab41ed7688..f6913d7e163d 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -6,20 +6,25 @@ # PORTNAME= osg -PORTVERSION= 0.9.4.2 +PORTVERSION= 0.9.6.2 CATEGORIES= graphics -MASTER_SITES= http://www.openscenegraph.org/download/snapshots/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= openscenegraph DISTNAME= OpenSceneGraph-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= C++ OpenGL scene graph library for real-time rendering +BUILD_DEPENDS= ${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads \ + ${X11BASE}/lib/libProducer.so:${PORTSDIR}/graphics/openproducer +RUN_DEPENDS= ${BUILD_DEPENDS} + 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 \ - Producer.0:${PORTSDIR}/graphics/openproducer + xml2.5:${PORTSDIR}/textproc/libxml2 USE_REINPLACE= yes USE_X_PREFIX= yes @@ -29,7 +34,7 @@ USE_GMAKE= yes MAKE_ENV= OSGHOME=${WRKSRC} \ PTHREAD_LIBS=${PTHREAD_LIBS} MAKEFILE= GNUmakefile -WRKSRC= ${WRKDIR}/OpenSceneGraph-${PORTVERSION:R} +WRKSRC= ${WRKDIR}/OpenSceneGraph-${PORTVERSION:R}-${PORTVERSION:E} # opt = optimized ($OPTF added); debug = debug ($DBGF added); opt is default ALL_TARGET= opt |