aboutsummaryrefslogtreecommitdiff
path: root/ports/plplot
diff options
context:
space:
mode:
Diffstat (limited to 'ports/plplot')
-rw-r--r--ports/plplot/CONTROL9
-rw-r--r--ports/plplot/portfile.cmake5
-rw-r--r--ports/plplot/vcpkg.json20
3 files changed, 23 insertions, 11 deletions
diff --git a/ports/plplot/CONTROL b/ports/plplot/CONTROL
deleted file mode 100644
index 67a70e365..000000000
--- a/ports/plplot/CONTROL
+++ /dev/null
@@ -1,9 +0,0 @@
-Source: plplot
-Version: 5.13.0
-Port-Version: 9
-Build-Depends: freetype, zlib, libpng, bzip2
-Description: PLplot is a cross-platform software package for creating scientific plots whose (UTF-8) plot symbols and text are limited in practice only by what Unicode-aware system fonts are installed on a user's computer.
-
-Feature: wxwidgets
-Build-Depends: wxwidgets
-Description: plplot wxwidgets module \ No newline at end of file
diff --git a/ports/plplot/portfile.cmake b/ports/plplot/portfile.cmake
index 4e7a55799..eb20f613c 100644
--- a/ports/plplot/portfile.cmake
+++ b/ports/plplot/portfile.cmake
@@ -25,10 +25,11 @@ vcpkg_configure_cmake(
PREFER_NINJA
OPTIONS
-DENABLE_tcl=OFF
- -DPL_HAVE_QHULL=OFF
+ -DENABLE_d=OFF
-DENABLE_qt=OFF
- -DPLPLOT_USE_QT5=OFF
-DENABLE_ocaml=OFF
+ -DPL_HAVE_QHULL=OFF
+ -DPLPLOT_USE_QT5=OFF
-DPL_DOUBLE=ON
-DPLD_wxwidgets=${BUILD_with_wxwidgets}
-DENABLE_DYNDRIVERS=OFF
diff --git a/ports/plplot/vcpkg.json b/ports/plplot/vcpkg.json
new file mode 100644
index 000000000..a4d0cf1cf
--- /dev/null
+++ b/ports/plplot/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "name": "plplot",
+ "version-string": "5.13.0",
+ "port-version": 10,
+ "description": "PLplot is a cross-platform software package for creating scientific plots whose (UTF-8) plot symbols and text are limited in practice only by what Unicode-aware system fonts are installed on a user's computer.",
+ "dependencies": [
+ "bzip2",
+ "freetype",
+ "libpng",
+ "zlib"
+ ],
+ "features": {
+ "wxwidgets": {
+ "description": "plplot wxwidgets module",
+ "dependencies": [
+ "wxwidgets"
+ ]
+ }
+ }
+}