summaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-05 18:06:53 +0200
committerFlorian Franzmann2019-10-05 18:29:12 +0200
commit70d14a716203039ba1a89ad0ea85d4084bbaa93a (patch)
treef8eb19a19a96f70e199a3059ec162f790b8ac72d /science
parent882e3d01f5b7d9a119707a560e337f06989dc18d (diff)
science/qmapshack: use CMAKE_*
Diffstat (limited to 'science')
-rwxr-xr-xscience/qmapshack/CONFIGURE1
-rwxr-xr-xscience/qmapshack/DEPENDS2
-rwxr-xr-xscience/qmapshack/DETAILS1
-rw-r--r--science/qmapshack/HISTORY3
4 files changed, 6 insertions, 1 deletions
diff --git a/science/qmapshack/CONFIGURE b/science/qmapshack/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/science/qmapshack/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/science/qmapshack/DEPENDS b/science/qmapshack/DEPENDS
index 99de7ba04d..d0f6242cf0 100755
--- a/science/qmapshack/DEPENDS
+++ b/science/qmapshack/DEPENDS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_DEPENDS &&
depends gdal &&
depends proj &&
depends routino &&
@@ -5,5 +6,4 @@ depends qtscript &&
depends qtwebkit &&
depends qttools &&
depends qtbase &&
-depends cmake &&
depends quazip "-DLIBQUAZIP_LIBRARY=$INSTALL_ROOT/opt/qt5/lib/libquazip5.so -DQUAZIP_INCLUDE_DIR=$INSTALL_ROOT/opt/qt5/include/quazip5"
diff --git a/science/qmapshack/DETAILS b/science/qmapshack/DETAILS
index e292ed252e..a5f4fe3164 100755
--- a/science/qmapshack/DETAILS
+++ b/science/qmapshack/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=qmapshack
VERSION=1.11.1
SOURCE="${SPELL}-${VERSION}.tar.gz"
diff --git a/science/qmapshack/HISTORY b/science/qmapshack/HISTORY
index 71e92fa8ce..135f8945dc 100644
--- a/science/qmapshack/HISTORY
+++ b/science/qmapshack/HISTORY
@@ -1,3 +1,6 @@
+2019-10-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * CONFIGURE, DEPENDS, DETAILS: use CMAKE_*
+
2018-07-24 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS, BUILD, 0001-add-missing-include.patch, PRE_BUILD: spell
created