aboutsummaryrefslogtreecommitdiff
path: root/graphics/osg/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2008-11-15 19:00:01 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2008-11-15 19:00:01 +0000
commit32a1d5cb97a9da0077f45e3556a425f239c0b87a (patch)
tree6a9c8bcc9928e8b60c1c5868e5e00926ac926a4f /graphics/osg/Makefile
parent6421422044b1105f1264ef8df86ded123df00676 (diff)
downloadports-32a1d5cb97a9da0077f45e3556a425f239c0b87a.tar.gz
ports-32a1d5cb97a9da0077f45e3556a425f239c0b87a.zip
- Update to 2.6.1
- Substitude shared lib versions in plist, as they're likely to change often - Add mirror PR: 128880 Submitted by: Hardy Schumacher <hardy dot schumacher at amd dot com>
Notes
Notes: svn path=/head/; revision=222871
Diffstat (limited to 'graphics/osg/Makefile')
-rw-r--r--graphics/osg/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile
index d705d803622a..8b0c569924b0 100644
--- a/graphics/osg/Makefile
+++ b/graphics/osg/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= osg
-PORTVERSION= 2.6.0
-PORTREVISION= 2
+PORTVERSION= 2.6.1
CATEGORIES= graphics
-MASTER_SITES= http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-2.6/
+MASTER_SITES= http://www.openscenegraph.org/downloads/developer_releases/ \
+ http://www.amdmi3.ru/distfiles/
DISTNAME= OpenSceneGraph-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
@@ -25,6 +25,8 @@ USE_GL= gl glu
WANT_SDL= yes
USE_LDCONFIG= yes
+PLIST_SUB= OSG_VERSION=2.6.1 OSG_SHLIBVER=48
+
OPTIONS= CURL "Support for cURL" off \
FREETYPE "Support for FreeType" on \
GDAL "Support for GDAL" off \