diff options
| author | Nagy-Egri Máté Ferenc <csiga.biga@aol.com> | 2018-03-24 00:24:04 +0100 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-23 16:24:04 -0700 |
| commit | 15cb53b9ddd2d86fa9b7c5cdfc67b04ee87ac884 (patch) | |
| tree | 545d70a2a883736e6041fbd4797111e859f7b8a6 /ports/plplot/CONTROL | |
| parent | 6c690a22837bff0804e7ea4c9b2934cf97cd2211 (diff) | |
| download | vcpkg-15cb53b9ddd2d86fa9b7c5cdfc67b04ee87ac884.tar.gz vcpkg-15cb53b9ddd2d86fa9b7c5cdfc67b04ee87ac884.zip | |
Add port: PLplot (#3117)
* Initial commit - added plplot files
* Added INTERFACE_INCLUDE_DIRECTORY to libplplot
* Fix installation layout
* Static linkage of plotting drivers (no need for PATH)
* .patch file instead of overwrite
* [plplot] Improve handling of cmake scripts. Avoid DLLS_WITHOUT_LIBS. Disable unused dependencies and require some.
Diffstat (limited to 'ports/plplot/CONTROL')
| -rw-r--r-- | ports/plplot/CONTROL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ports/plplot/CONTROL b/ports/plplot/CONTROL new file mode 100644 index 000000000..c278778b0 --- /dev/null +++ b/ports/plplot/CONTROL @@ -0,0 +1,8 @@ +Source: plplot
+Version: 5.13.0-1
+Build-Depends: freetype, zlib, libpng, bzip2
+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.
+
+Feature: wxwidgets
+Build-Depends: wxwidgets
+Description: plplot wxwidgets module
\ No newline at end of file |
