aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/plplot/vcpkg.json
blob: f89a3a9e1eb7fbb7381b34c7c71f4d77743ba06f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
  "name": "plplot",
  "version-semver": "5.15.0",
  "port-version": 6,
  "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.",
  "homepage": "https://plplot.sourceforge.net/",
  "license": null,
  "dependencies": [
    {
      "name": "freetype",
      "default-features": false
    },
    "pango",
    {
      "name": "plplot",
      "host": true
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "wxwidgets": {
      "description": "Enable wxWidgets GUI binding",
      "dependencies": [
        {
          "name": "wxwidgets",
          "default-features": false
        }
      ]
    },
    "x11": {
      "description": "Enable X11 support",
      "dependencies": [
        {
          "name": "cairo",
          "features": [
            "x11"
          ]
        },
        "libx11"
      ]
    }
  }
}