aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/nana/CONTROL6
-rw-r--r--ports/nana/vcpkg.json19
2 files changed, 19 insertions, 6 deletions
diff --git a/ports/nana/CONTROL b/ports/nana/CONTROL
deleted file mode 100644
index 608fb8747..000000000
--- a/ports/nana/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: nana
-Version: 1.7.4
-Port-Version: 1
-Homepage: https://github.com/cnjinhao/nana
-Description: Cross-platform library for GUI programming in modern C++ style.
-Build-Depends: libpng, libjpeg-turbo, freetype (!uwp&&!windows), fontconfig (!uwp&&!windows)
diff --git a/ports/nana/vcpkg.json b/ports/nana/vcpkg.json
new file mode 100644
index 000000000..c82984e87
--- /dev/null
+++ b/ports/nana/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "nana",
+ "version-string": "1.7.4",
+ "port-version": 2,
+ "description": "Cross-platform library for GUI programming in modern C++ style.",
+ "homepage": "https://github.com/cnjinhao/nana",
+ "dependencies": [
+ {
+ "name": "fontconfig",
+ "platform": "!uwp & !windows & !mingw"
+ },
+ {
+ "name": "freetype",
+ "platform": "!uwp & !windows & !mingw"
+ },
+ "libjpeg-turbo",
+ "libpng"
+ ]
+}