aboutsummaryrefslogtreecommitdiff
path: root/ports/vxl
diff options
context:
space:
mode:
Diffstat (limited to 'ports/vxl')
-rw-r--r--ports/vxl/CONTROL8
-rw-r--r--ports/vxl/vcpkg.json21
2 files changed, 21 insertions, 8 deletions
diff --git a/ports/vxl/CONTROL b/ports/vxl/CONTROL
deleted file mode 100644
index 4e6ba9d27..000000000
--- a/ports/vxl/CONTROL
+++ /dev/null
@@ -1,8 +0,0 @@
-Source: vxl
-Version: 2.0.2
-Port-Version: 2
-Build-Depends: bzip2, expat, libgeotiff, libjpeg-turbo, libpng, shapelib, tiff, zlib
-Description: A multi-platform collection of C++ software libraries for Computer Vision and Image Understanding.
-
-Feature: core-imaging
-Description: core-imaging support for vxl
diff --git a/ports/vxl/vcpkg.json b/ports/vxl/vcpkg.json
new file mode 100644
index 000000000..c039f14ae
--- /dev/null
+++ b/ports/vxl/vcpkg.json
@@ -0,0 +1,21 @@
+{
+ "name": "vxl",
+ "version-string": "2.0.2",
+ "port-version": 3,
+ "description": "A multi-platform collection of C++ software libraries for Computer Vision and Image Understanding.",
+ "dependencies": [
+ "bzip2",
+ "expat",
+ "libgeotiff",
+ "libjpeg-turbo",
+ "libpng",
+ "shapelib",
+ "tiff",
+ "zlib"
+ ],
+ "features": {
+ "core-imaging": {
+ "description": "core-imaging support for vxl"
+ }
+ }
+}