mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
ff190a561a
* update 2021-07-27 macOS -> 11.5.1, XCode -> 12.5.1 * update azure-pipelines * update sha of macfuse * change how macos-ci-base works * fix build errors * fix itpp:linux * more fixes * remove tab * allow version changes in all the remove/rename-version patches * fix libunistring for real * robert CR
21 lines
530 B
JSON
21 lines
530 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|