Update to 2.0.2
PR: 50639 Submitted by: maintainer
This commit is contained in:
parent
1ac3488ef9
commit
217837b2ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78958
3 changed files with 1734 additions and 4 deletions
|
@ -6,13 +6,14 @@
|
|||
#
|
||||
|
||||
PORTNAME= Coin
|
||||
PORTVERSION= 2.0.0
|
||||
PORTVERSION= 2.0.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/
|
||||
|
||||
MAINTAINER= roland.jesse@gmx.net
|
||||
COMMENT= C++ 3D graphics library based on the Open Inventor 2.1 API
|
||||
|
||||
BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
|
||||
LIB_DEPENDS= simage.22:${PORTSDIR}/graphics/simage \
|
||||
openal.0:${PORTSDIR}/audio/openal
|
||||
|
||||
|
@ -20,7 +21,8 @@ USE_REINPLACE= yes
|
|||
USE_MESA= yes
|
||||
USE_XLIB= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS= --program-transform-name="s/x/x/" --with-pthread=yes --enable-threadsafe --enable-3ds-import --enable-sound
|
||||
CONFIGURE_ARGS= --program-transform-name="s/x/x/" --with-pthread=yes --enable-threadsafe \
|
||||
--enable-3ds-import --enable-sound --enable-html
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= coin-config.1
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (Coin-2.0.0.tar.gz) = af51b92c5ae932cf0c4a9d5fdb2fdc0a
|
||||
MD5 (Coin-2.0.2.tar.gz) = e5bfb1167649ef234c8fa52d680447b3
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue