summaryrefslogtreecommitdiff
path: root/x11/qwt/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>1999-11-17 18:32:29 +0000
committerdrochner <drochner>1999-11-17 18:32:29 +0000
commit921584606eeda9b14b7f3a6d560fd73207456a03 (patch)
treebcc9e52986dd7e14584079c1893ffda7eccec56d /x11/qwt/Makefile
parent630a42e2ab460c6fdbfcafde45ebc6a638954fa9 (diff)
downloadpkgsrc-921584606eeda9b14b7f3a6d560fd73207456a03.tar.gz
import the qwt addon to qt-1.x
citing pkg/DESCR: Qwt is an extension to the Qt GUI library from Troll Tech AS. The Qwt library contains widgets and components which are primarily useful for technical and scientifical purposes. It includes a 2-D plotting widget, different kinds of sliders, and much more.
Diffstat (limited to 'x11/qwt/Makefile')
-rw-r--r--x11/qwt/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11/qwt/Makefile b/x11/qwt/Makefile
new file mode 100644
index 00000000000..7b7345f64e1
--- /dev/null
+++ b/x11/qwt/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/11/17 18:32:29 drochner Exp $
+
+DISTNAME= qwtlib-0.2
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.troll.no/contrib/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.troll.no/qtprogs.html
+
+DEPENDS+= qt-1.44:../../x11/qt
+
+USE_X11BASE= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+WRKSRC= ${WRKDIR}/qwt
+ALL_TARGET= src
+
+do-configure:
+ ${CP} ${FILESDIR}/Makefile.* ${WRKSRC}
+
+do-install:
+ @${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/src/libqwt.la \
+ ${PREFIX}/lib
+ ${MKDIR} ${PREFIX}/include/qwt
+ ${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/include/qwt
+ ${INSTALL_DATA} ${WRKSRC}/doc/man/* ${PREFIX}/man/man3
+
+.include "../../mk/bsd.pkg.mk"