aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qwt5
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-04-02 09:06:34 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-04-02 09:06:34 +0000
commitcdcb74a6ca010526e328afd5b132436783261b68 (patch)
tree926162354edcaa0bb9326f7f2a846952e300eb71 /x11-toolkits/qwt5
parent2407724f9eb19d8d0248d9022de77db1eeadab9b (diff)
downloadports-cdcb74a6ca010526e328afd5b132436783261b68.tar.gz
ports-cdcb74a6ca010526e328afd5b132436783261b68.zip
Notes
Diffstat (limited to 'x11-toolkits/qwt5')
-rw-r--r--x11-toolkits/qwt5/Makefile9
-rw-r--r--x11-toolkits/qwt5/pkg-descr11
2 files changed, 9 insertions, 11 deletions
diff --git a/x11-toolkits/qwt5/Makefile b/x11-toolkits/qwt5/Makefile
index 9efa16f43143..27963ba3edab 100644
--- a/x11-toolkits/qwt5/Makefile
+++ b/x11-toolkits/qwt5/Makefile
@@ -7,16 +7,13 @@
PORTNAME= qwt
PORTVERSION= 5.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits
MASTER_SITES= SF
-PKGNAMESUFFIX= -devel
MAINTAINER= makc@issp.ac.ru
COMMENT= Qt Widgets for Technical Applications
-CONFLICTS= qwt-4.*
-
USE_QT_VER= 4
QT_COMPONENTS= gui moc_build qmake_build
USE_BZIP2= yes
@@ -65,8 +62,8 @@ do-build:
.endfor
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/lib/libqwt.so.5.0.2 ${PREFIX}/lib/libqwt.so.5
- ${LN} -fs ${PREFIX}/lib/libqwt.so.5 ${PREFIX}/lib/libqwt.so
+ ${INSTALL_PROGRAM} ${WRKSRC}/lib/libqwt.so.${PORTVERSION} ${PREFIX}/lib/libqwt.so.${PORTVERSION:R:R}
+ ${LN} -fs ${PREFIX}/lib/libqwt.so.${PORTVERSION:R:R} ${PREFIX}/lib/libqwt.so
(cd ${WRKSRC}/src/ && ${COPYTREE_SHARE} '*.h' ${PREFIX}/include/${PORTNAME})
${INSTALL_MAN} ${WRKSRC}/doc/man/man3/Qwt* ${PREFIX}/man/man3
.if !defined(WITHOUT_DESIGNER_PLUGIN)
diff --git a/x11-toolkits/qwt5/pkg-descr b/x11-toolkits/qwt5/pkg-descr
index 92897ab039a5..ffd3533e9090 100644
--- a/x11-toolkits/qwt5/pkg-descr
+++ b/x11-toolkits/qwt5/pkg-descr
@@ -1,7 +1,8 @@
-The Qwt library contains GUI Components and utility classes which
-are primarily useful for programs with a technical background.
-Beside a 2D plot widget it provides scales, sliders, dials, compasses,
-thermometers, wheels and knobs to control or display values, arrays,
-or ranges of type double.
+This is Qt4 port of Qwt library version 5. The Qwt library contains
+GUI Components and utility classes which are primarily useful for
+programs with a technical background. Beside a 2D plot widget it
+provides scales, sliders, dials, compasses, thermometers, wheels
+and knobs to control or display values, arrays, or ranges of type
+double.
WWW: http://qwt.sourceforge.net/