aboutsummaryrefslogtreecommitdiff
path: root/ports/libkml
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libkml')
-rw-r--r--ports/libkml/CONTROL6
-rw-r--r--ports/libkml/vcpkg.json19
2 files changed, 19 insertions, 6 deletions
diff --git a/ports/libkml/CONTROL b/ports/libkml/CONTROL
deleted file mode 100644
index 33de1219b..000000000
--- a/ports/libkml/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: libkml
-Version: 1.3.0
-Port-Version: 6
-Homepage: https://github.com/libkml/libkml
-Description: Reference implementation of OGC KML 2.2
-Build-Depends: zlib, expat, minizip[bzip2], uriparser, boost-smart-ptr \ No newline at end of file
diff --git a/ports/libkml/vcpkg.json b/ports/libkml/vcpkg.json
new file mode 100644
index 000000000..adb47787c
--- /dev/null
+++ b/ports/libkml/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "libkml",
+ "version-string": "1.3.0",
+ "port-version": 7,
+ "description": "Reference implementation of OGC KML 2.2",
+ "homepage": "https://github.com/libkml/libkml",
+ "dependencies": [
+ "boost-smart-ptr",
+ "expat",
+ {
+ "name": "minizip",
+ "features": [
+ "bzip2"
+ ]
+ },
+ "uriparser",
+ "zlib"
+ ]
+}