diff options
Diffstat (limited to 'x11-toolkits/soqt')
-rw-r--r-- | x11-toolkits/soqt/Makefile | 23 | ||||
-rw-r--r-- | x11-toolkits/soqt/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/soqt/pkg-plist | 36 |
3 files changed, 37 insertions, 26 deletions
diff --git a/x11-toolkits/soqt/Makefile b/x11-toolkits/soqt/Makefile index de39baedf0b4..39b666f95a6d 100644 --- a/x11-toolkits/soqt/Makefile +++ b/x11-toolkits/soqt/Makefile @@ -6,25 +6,28 @@ # PORTNAME= SoQt -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/ +MASTER_SITES= http://ftp.coin3d.org/coin/src/ \ + ftp://ftp.coin3d.org/pub/coin/src/ DIST_SUBDIR= KDE MAINTAINER= ports@FreeBSD.org COMMENT= Qt toolkit library for Coin -LIB_DEPENDS= Coin.41:${PORTSDIR}/graphics/Coin +LIB_DEPENDS= Coin.43:${PORTSDIR}/graphics/Coin USE_QT_VER= 3 -USE_LIBTOOL_VER=13 -CONFIGURE_ENV+= QTDIR=${QT_PREFIX} CXXFLAGS="-pthread" -CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${X11BASE} -# avoid renaming of soqt-config and soqt-config.1 -CONFIGURE_TARGET= --target="" -MAKE_ENV+= QTDIR=${QT_PREFIX} +USE_GMAKE= yes +USE_LIBTOOL_VER= 15 +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= QTDIR="${QT_PREFIX}" +CONFIGURE_ARGS= --with-pthread=yes --with-coin=${X11BASE} INSTALLS_SHLIB= yes + MAN1= soqt-config.1 +post-install: + @${TOUCH} ${PREFIX}/include/Inventor/Qt/engines/.keep_me + .include <bsd.port.mk> diff --git a/x11-toolkits/soqt/distinfo b/x11-toolkits/soqt/distinfo index ac29dacbc3f0..d55a91ebaef4 100644 --- a/x11-toolkits/soqt/distinfo +++ b/x11-toolkits/soqt/distinfo @@ -1,2 +1,2 @@ -MD5 (KDE/SoQt-1.0.2.tar.gz) = 19ad7e1c7b9dcc652c48642ea2599c6f -SIZE (KDE/SoQt-1.0.2.tar.gz) = 648380 +MD5 (KDE/SoQt-1.2.0.tar.gz) = 4a20e834ace358f3e81fd43b38a69efb +SIZE (KDE/SoQt-1.2.0.tar.gz) = 981810 diff --git a/x11-toolkits/soqt/pkg-plist b/x11-toolkits/soqt/pkg-plist index 2d07872f3944..f4212e5d5d12 100644 --- a/x11-toolkits/soqt/pkg-plist +++ b/x11-toolkits/soqt/pkg-plist @@ -1,29 +1,37 @@ bin/soqt-config +include/Inventor/Qt/SoQt.h +include/Inventor/Qt/SoQtBasic.h +include/Inventor/Qt/SoQtColorEditor.h +include/Inventor/Qt/SoQtComponent.h +include/Inventor/Qt/SoQtCursor.h +include/Inventor/Qt/SoQtGLWidget.h +include/Inventor/Qt/SoQtObject.h +include/Inventor/Qt/SoQtRenderArea.h include/Inventor/Qt/devices/SoQtDevice.h include/Inventor/Qt/devices/SoQtKeyboard.h include/Inventor/Qt/devices/SoQtMouse.h include/Inventor/Qt/devices/SoQtSpaceball.h -include/Inventor/Qt/viewers/SoQtViewer.h +include/Inventor/Qt/editors/SoQtColorEditor.h +include/Inventor/Qt/editors/SoQtMaterialEditor.h +include/Inventor/Qt/engines/.keep_me +include/Inventor/Qt/nodes/SoGuiColorEditor.h include/Inventor/Qt/viewers/SoQtConstrainedViewer.h -include/Inventor/Qt/viewers/SoQtFullViewer.h include/Inventor/Qt/viewers/SoQtExaminerViewer.h include/Inventor/Qt/viewers/SoQtFlyViewer.h +include/Inventor/Qt/viewers/SoQtFullViewer.h include/Inventor/Qt/viewers/SoQtPlaneViewer.h +include/Inventor/Qt/viewers/SoQtViewer.h include/Inventor/Qt/widgets/SoQtPopupMenu.h -include/Inventor/Qt/SoQt.h -include/Inventor/Qt/SoQtBasic.h -include/Inventor/Qt/SoQtObject.h -include/Inventor/Qt/SoQtCursor.h -include/Inventor/Qt/SoQtComponent.h -include/Inventor/Qt/SoQtGLWidget.h -include/Inventor/Qt/SoQtRenderArea.h +include/Inventor/Qt/widgets/SoQtThumbWheel.h lib/libSoQt.a -lib/libSoQt.so.20 lib/libSoQt.so -lib/libSoQt.la -share/aclocal/soqt.m4 +lib/libSoQt.so.22 share/Coin/conf/soqt-default.cfg -@dirrm include/Inventor/Qt/devices -@dirrm include/Inventor/Qt/viewers +share/aclocal/soqt.m4 @dirrm include/Inventor/Qt/widgets +@dirrm include/Inventor/Qt/viewers +@dirrm include/Inventor/Qt/nodes +@dirrm include/Inventor/Qt/engines +@dirrm include/Inventor/Qt/editors +@dirrm include/Inventor/Qt/devices @dirrm include/Inventor/Qt |