summaryrefslogtreecommitdiff
path: root/x11/qwtplot3d-qt4
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-12-11 19:22:10 +0000
committerdrochner <drochner@pkgsrc.org>2009-12-11 19:22:10 +0000
commitb1d9dc8e8abcbc96f0c42ee25e89c980ee6cfa74 (patch)
tree3ca35706a88e1cc332e433afa82786cae6c1600a /x11/qwtplot3d-qt4
parent7ed6e3642444763cdcc496a7cee165f91e8b1474 (diff)
downloadpkgsrc-b1d9dc8e8abcbc96f0c42ee25e89c980ee6cfa74.tar.gz
add qwtplot3d-0.2.7, a collection of 3d widgets for qt
(this is the qt4 version)
Diffstat (limited to 'x11/qwtplot3d-qt4')
-rw-r--r--x11/qwtplot3d-qt4/DESCR3
-rw-r--r--x11/qwtplot3d-qt4/Makefile34
-rw-r--r--x11/qwtplot3d-qt4/PLIST30
-rw-r--r--x11/qwtplot3d-qt4/buildlink3.mk14
-rw-r--r--x11/qwtplot3d-qt4/distinfo6
-rw-r--r--x11/qwtplot3d-qt4/patches/patch-aa12
6 files changed, 99 insertions, 0 deletions
diff --git a/x11/qwtplot3d-qt4/DESCR b/x11/qwtplot3d-qt4/DESCR
new file mode 100644
index 00000000000..dfc10e3bea7
--- /dev/null
+++ b/x11/qwtplot3d-qt4/DESCR
@@ -0,0 +1,3 @@
+QwtPlot3D is not a program, but a feature-rich Qt/OpenGL-based
+C++ programming library, providing essentially a bunch of 3D-widgets
+for programmers.
diff --git a/x11/qwtplot3d-qt4/Makefile b/x11/qwtplot3d-qt4/Makefile
new file mode 100644
index 00000000000..45cdaa38db6
--- /dev/null
+++ b/x11/qwtplot3d-qt4/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/12/11 19:22:10 drochner Exp $
+#
+
+DISTNAME= qwtplot3d-0.2.7
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qwtplot3d/}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://qwtplot3d.sourceforge.net/
+COMMENT= 3D-widgets for qt4
+#LICENSE= # TODO: (see mk/license.mk)
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+WRKSRC= ${WRKDIR}/qwtplot3d
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+
+INSTALLATION_DIRS= include lib
+
+do-configure:
+ cd ${WRKSRC} && env ${CONFIGURE_ENV} ${QTDIR}/bin/qmake
+
+do-install:
+ for f in ${WRKSRC}/include/*.h; do \
+ ${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/include; \
+ done
+ ${LIBTOOL} --mode=install ${INSTALL_DATA} \
+ ${WRKSRC}/lib/libqwtplot3d.la ${DESTDIR}${PREFIX}/lib
+
+.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/qwtplot3d-qt4/PLIST b/x11/qwtplot3d-qt4/PLIST
new file mode 100644
index 00000000000..ca22715f2de
--- /dev/null
+++ b/x11/qwtplot3d-qt4/PLIST
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/12/11 19:22:10 drochner Exp $
+include/qwt3d_autoptr.h
+include/qwt3d_autoscaler.h
+include/qwt3d_axis.h
+include/qwt3d_color.h
+include/qwt3d_colorlegend.h
+include/qwt3d_coordsys.h
+include/qwt3d_drawable.h
+include/qwt3d_enrichment.h
+include/qwt3d_enrichment_std.h
+include/qwt3d_function.h
+include/qwt3d_global.h
+include/qwt3d_graphplot.h
+include/qwt3d_gridmapping.h
+include/qwt3d_helper.h
+include/qwt3d_io.h
+include/qwt3d_io_gl2ps.h
+include/qwt3d_io_reader.h
+include/qwt3d_label.h
+include/qwt3d_mapping.h
+include/qwt3d_multiplot.h
+include/qwt3d_openglhelper.h
+include/qwt3d_parametricsurface.h
+include/qwt3d_plot.h
+include/qwt3d_portability.h
+include/qwt3d_scale.h
+include/qwt3d_surfaceplot.h
+include/qwt3d_types.h
+include/qwt3d_volumeplot.h
+lib/libqwtplot3d.la
diff --git a/x11/qwtplot3d-qt4/buildlink3.mk b/x11/qwtplot3d-qt4/buildlink3.mk
new file mode 100644
index 00000000000..b2bc376a6fd
--- /dev/null
+++ b/x11/qwtplot3d-qt4/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/12/11 19:22:10 drochner Exp $
+
+BUILDLINK_TREE+= qwtplot3d
+
+.if !defined(QWTPLOT3D_BUILDLINK3_MK)
+QWTPLOT3D_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.qwtplot3d+= qwtplot3d>=0.2.7
+BUILDLINK_PKGSRCDIR.qwtplot3d?= ../../x11/qwtplot3d-qt4
+
+.include "../../x11/qt4-libs/buildlink3.mk"
+.endif # QWTPLOT3D_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -qwtplot3d
diff --git a/x11/qwtplot3d-qt4/distinfo b/x11/qwtplot3d-qt4/distinfo
new file mode 100644
index 00000000000..aa18a7b2e4e
--- /dev/null
+++ b/x11/qwtplot3d-qt4/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/12/11 19:22:10 drochner Exp $
+
+SHA1 (qwtplot3d-0.2.7.tgz) = 4463fafb8420a91825e165da7a296aaabd70abea
+RMD160 (qwtplot3d-0.2.7.tgz) = 0f28462cb95ef6091d73642c8b26ece60d50bfb8
+Size (qwtplot3d-0.2.7.tgz) = 183836 bytes
+SHA1 (patch-aa) = e46978e1d3b0b68ed5481861fc99703b8fa44ff3
diff --git a/x11/qwtplot3d-qt4/patches/patch-aa b/x11/qwtplot3d-qt4/patches/patch-aa
new file mode 100644
index 00000000000..81450fe9f4c
--- /dev/null
+++ b/x11/qwtplot3d-qt4/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/12/11 19:22:10 drochner Exp $
+
+--- qwtplot3d.pro.orig 2007-05-20 15:51:50.000000000 +0000
++++ qwtplot3d.pro
+@@ -10,6 +10,7 @@ INCLUDEPATH = include
+ DEPENDPATH = include src
+ DESTDIR = lib
+ #DESTDIR = ../../../lib
++target.path = $$(PREFIX)/lib
+ QT += opengl
+
+ win32:TEMPLATE = vclib