diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-03-13 20:09:21 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-03-13 20:09:21 +0000 |
commit | fae54c4cb187ff7d9ae82bb0dd260583e32a4987 (patch) | |
tree | e851351ec7ce67e3db4b2631c3fc96c7d79d1a89 /graphics/osg/Makefile | |
parent | cb7f7cada988f8298303639693c5e0518dcac32e (diff) | |
download | ports-fae54c4cb187ff7d9ae82bb0dd260583e32a4987.tar.gz ports-fae54c4cb187ff7d9ae82bb0dd260583e32a4987.zip |
Notes
Diffstat (limited to 'graphics/osg/Makefile')
-rw-r--r-- | graphics/osg/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index c931026339ed..bfa77c2772a2 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -2,12 +2,9 @@ # $FreeBSD$ PORTNAME= osg -PORTVERSION= 3.4.0 -PORTREVISION= 4 +PORTVERSION= 3.4.1 +DISTVERSIONPREFIX= OpenSceneGraph- CATEGORIES= graphics -MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \ - http://mirror.amdmi3.ru/distfiles/ -DISTNAME= OpenSceneGraph-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= C++ OpenGL scene graph library for real-time rendering @@ -20,15 +17,19 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff +USE_GITHUB= yes +GH_ACCOUNT= openscenegraph +GH_PROJECT= OpenSceneGraph + CONFLICTS= osg-devel-[0-9]* -USES= alias cmake:outsource jpeg pkgconfig zip +USES= alias cmake:outsource jpeg pkgconfig USE_GL= gl glu USE_XORG= x11 USE_LDCONFIG= yes PLIST_SUB= OSG_VERSION=${PORTVERSION} \ - OSG_SHLIBVER=130 \ + OSG_SHLIBVER=131 \ OPENTHREADS_VERSION=3.3.0 \ OPENTHREADS_SHLIBVER=20 |