vcpkg/ports/plplot/vcpkg.json
Kai Pastor 3edde7d925
[plplot] Disable all language bindings but C++ (#22224)
* Disable all language bindings but C++

* Update versions
2021-12-28 17:59:01 -08:00

29 lines
659 B
JSON

{
"name": "plplot",
"version-semver": "5.13.0",
"port-version": 15,
"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",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"features": {
"wxwidgets": {
"description": "plplot wxwidgets module",
"dependencies": [
"wxwidgets"
]
}
}
}