diff options
author | makc <makc@FreeBSD.org> | 2013-10-07 20:26:54 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-10-07 20:26:54 +0800 |
commit | 28d85c1edfec0ebeb6deae7dcb602f29fc71141f (patch) | |
tree | cd193dd8c561bb2f429a8bf31172de87b83d4a9f /x11-toolkits | |
parent | 265e6d93a31592bc765ae1c17206bc2205c3f5e4 (diff) | |
download | freebsd-ports-gnome-28d85c1edfec0ebeb6deae7dcb602f29fc71141f.tar.gz freebsd-ports-gnome-28d85c1edfec0ebeb6deae7dcb602f29fc71141f.tar.zst freebsd-ports-gnome-28d85c1edfec0ebeb6deae7dcb602f29fc71141f.zip |
- Remove LATEST_LINK from my Qt4/KDE4 ports
- Use new LIB_DEPENDS syntax
- Use options helpers
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qwt5-designerplugin/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/qwt5/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/qwt6-designerplugin/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/qwt6/Makefile | 7 |
4 files changed, 8 insertions, 10 deletions
diff --git a/x11-toolkits/qwt5-designerplugin/Makefile b/x11-toolkits/qwt5-designerplugin/Makefile index 7637196a87c6..59156a325d19 100644 --- a/x11-toolkits/qwt5-designerplugin/Makefile +++ b/x11-toolkits/qwt5-designerplugin/Makefile @@ -4,12 +4,12 @@ PORTNAME= qwt PORTVERSION= 5.2.3 CATEGORIES= x11-toolkits devel MASTER_SITES= SF -PKGNAMESUFFIX= -designerplugin +PKGNAMESUFFIX= 5-designerplugin MAINTAINER= makc@FreeBSD.org COMMENT= Qt Designer plugin for Qwt -LIB_DEPENDS= qwt.5:${PORTSDIR}/x11-toolkits/qwt5 +LIB_DEPENDS= libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 USE_QT4= designer moc_build qmake_build rcc_build USE_BZIP2= yes diff --git a/x11-toolkits/qwt5/Makefile b/x11-toolkits/qwt5/Makefile index 19a3fa57f112..2a797d0b6202 100644 --- a/x11-toolkits/qwt5/Makefile +++ b/x11-toolkits/qwt5/Makefile @@ -4,6 +4,7 @@ PORTNAME= qwt PORTVERSION= 5.2.3 CATEGORIES= x11-toolkits MASTER_SITES= SF +PKGNAMESUFFIX= 5 MAINTAINER= makc@FreeBSD.org COMMENT= Qt Widgets for Technical Applications diff --git a/x11-toolkits/qwt6-designerplugin/Makefile b/x11-toolkits/qwt6-designerplugin/Makefile index 3d03b331869f..155ec476c68c 100644 --- a/x11-toolkits/qwt6-designerplugin/Makefile +++ b/x11-toolkits/qwt6-designerplugin/Makefile @@ -4,12 +4,12 @@ PORTNAME= qwt PORTVERSION= 6.1.0 CATEGORIES= x11-toolkits devel MASTER_SITES= SF -PKGNAMESUFFIX= -designerplugin +PKGNAMESUFFIX= 6-designerplugin MAINTAINER= makc@FreeBSD.org COMMENT= Qt Designer plugin for Qwt -LIB_DEPENDS= qwt6.6:${PORTSDIR}/x11-toolkits/qwt6 +LIB_DEPENDS= libqwt6.so:${PORTSDIR}/x11-toolkits/qwt6 USE_QT4= designer moc_build qmake_build rcc_build USE_BZIP2= yes @@ -18,8 +18,6 @@ QMAKE_ARGS+= -recursive CONFIG+=QwtDesigner \ PLUGINDIR=${PREFIX}/${QT_PLUGINDIR_REL} HAS_CONFIGURE= yes -LATEST_LINK= qwt6${PKGNAMESUFFIX} - PLIST_FILES= ${QT_PLUGINDIR_REL}/designer/libqwt6_designer_plugin.so PLIST_DIRSTRY= ${QT_PLUGINDIR_REL}/designer \ ${QT_PLUGINDIR_REL} diff --git a/x11-toolkits/qwt6/Makefile b/x11-toolkits/qwt6/Makefile index 6cede5faa6ff..d7d4e0e6f284 100644 --- a/x11-toolkits/qwt6/Makefile +++ b/x11-toolkits/qwt6/Makefile @@ -4,6 +4,7 @@ PORTNAME= qwt PORTVERSION= 6.1.0 CATEGORIES= x11-toolkits MASTER_SITES= SF +PKGNAMESUFFIX= 6 MAINTAINER= makc@FreeBSD.org COMMENT= Qt Widgets for Technical Applications @@ -14,12 +15,10 @@ USE_GMAKE= yes QMAKE_ARGS+= -recursive PREFIX=${PREFIX} HAS_CONFIGURE= yes USE_LDCONFIG= yes -DOCSDIR= ${PREFIX}/share/doc/${LATEST_LINK} - -LATEST_LINK= qwt6 +DOCSDIR= ${PREFIX}/share/doc/qwt6 PORTDOCS= * -PLIST_SUB= INCLUDEDIR=include/${LATEST_LINK} \ +PLIST_SUB= INCLUDEDIR=include/qwt6 \ SHLIB_VER=${PORTVERSION} \ SHLIB_SHVER=${PORTVERSION:R} \ QT_MKSPECDIR=share/qt4/mkspecs |