mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 14:19:07 +08:00
e7e328cf9d
* [many ports] call vcpkg_fixup_pkgconfig() The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files * Update port-version for armadillo and polyclipping. * Update version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
21 lines
530 B
JSON
21 lines
530 B
JSON
{
|
|
"name": "plplot",
|
|
"version-string": "5.13.0",
|
|
"port-version": 11,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|