diff options
Diffstat (limited to 'x11-toolkits/qwt6')
-rw-r--r-- | x11-toolkits/qwt6/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/qwt6/pkg-descr | 11 |
2 files changed, 9 insertions, 11 deletions
diff --git a/x11-toolkits/qwt6/Makefile b/x11-toolkits/qwt6/Makefile index 9efa16f43143..27963ba3edab 100644 --- a/x11-toolkits/qwt6/Makefile +++ b/x11-toolkits/qwt6/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/qwt6/pkg-descr b/x11-toolkits/qwt6/pkg-descr index 92897ab039a5..ffd3533e9090 100644 --- a/x11-toolkits/qwt6/pkg-descr +++ b/x11-toolkits/qwt6/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/ |