aboutsummaryrefslogtreecommitdiff
path: root/ports/plplot/vcpkg.json
blob: a4d0cf1cfe287cf2730cd324d528073e754fd0bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
      ]
    }
  }
}