diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-03-03 07:51:03 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-03-03 07:51:03 +0000 |
commit | b879c09a01e8e7bc848a518056bf0d5f83849e7f (patch) | |
tree | 3a7740cec51e72aeba57ec033dce965126ffa0af /graphics/Coin/Makefile | |
parent | ca46d2b835f9bcacbcaf03709372e1c76767f28c (diff) | |
download | ports-b879c09a01e8e7bc848a518056bf0d5f83849e7f.tar.gz ports-b879c09a01e8e7bc848a518056bf0d5f83849e7f.zip |
Notes
Diffstat (limited to 'graphics/Coin/Makefile')
-rw-r--r-- | graphics/Coin/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index ae3d74d26689..3a3b25ce3681 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -6,24 +6,23 @@ # PORTNAME= Coin -PORTVERSION= 2.1.0 -PORTREVISION= 2 +PORTVERSION= 2.3.0 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/ +MASTER_SITES= http://ftp.coin3d.org/coin/src/ \ + ftp://ftp.coin3d.org/pub/coin/src/ MAINTAINER= ports@FreeBSD.org COMMENT= C++ 3D graphics library based on the Open Inventor 2.1 API -BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen -LIB_DEPENDS= simage.26:${PORTSDIR}/graphics/simage \ - openal.0:${PORTSDIR}/audio/openal +LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ + simage.26:${PORTSDIR}/graphics/simage -USE_REINPLACE= yes USE_GL= yes -USE_XLIB= yes -USE_LIBTOOL_VER=13 -CONFIGURE_ARGS= --program-transform-name="s/x/x/" --with-pthread=yes --enable-threadsafe \ - --enable-3ds-import --enable-sound --enable-html +USE_REINPLACE= yes +USE_LIBTOOL_VER= 15 +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --with-pthread=yes --enable-threadsafe \ + --enable-3ds-import --enable-sound INSTALLS_SHLIB= yes MAN1= coin-config.1 |