vcpkg/ports/graphviz/vcpkg.json
Akash 0749a327b6
[graphviz] Fix tools (#23148)
* Fix graphviz tools

* Update versions

* Add license

* Fix non-Windows build

* Update versions

* Fix dot command call for non-Windows

* Update versions

* Force dynamic library

* Update versions

* Try fixing unix

* Try using rpath

* Try fixing unix

* Update versions

* Make pkgconf a host dep

* Update versions
2022-02-22 12:56:16 -08:00

24 lines
394 B
JSON

{
"name": "graphviz",
"version-semver": "2.49.1",
"port-version": 2,
"description": "Graph Visualization Tools",
"homepage": "https://graphviz.org/",
"license": "EPL-1.0",
"dependencies": [
"cairo",
"getopt",
"libffi",
"libgd",
"pango",
{
"name": "pkgconf",
"host": true
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}