aboutsummaryrefslogtreecommitdiff
path: root/ports/geogram
diff options
context:
space:
mode:
Diffstat (limited to 'ports/geogram')
-rw-r--r--ports/geogram/CONTROL11
-rw-r--r--ports/geogram/vcpkg.json20
2 files changed, 20 insertions, 11 deletions
diff --git a/ports/geogram/CONTROL b/ports/geogram/CONTROL
deleted file mode 100644
index 19bbb144b..000000000
--- a/ports/geogram/CONTROL
+++ /dev/null
@@ -1,11 +0,0 @@
-Source: geogram
-Version: 1.7.5
-Port-Version: 3
-Homepage: https://gforge.inria.fr/projects/geogram/
-Description: Geogram is a programming library of geometric algorithms.
-Build-Depends: blas, lapack
-Supports: !uwp
-
-Feature: graphics
-Description: Build viewers and geogram_gfx library.
-Build-Depends: glfw3
diff --git a/ports/geogram/vcpkg.json b/ports/geogram/vcpkg.json
new file mode 100644
index 000000000..f3d3175b2
--- /dev/null
+++ b/ports/geogram/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "name": "geogram",
+ "version-string": "1.7.5",
+ "port-version": 4,
+ "description": "Geogram is a programming library of geometric algorithms.",
+ "homepage": "https://gforge.inria.fr/projects/geogram/",
+ "supports": "!uwp",
+ "dependencies": [
+ "blas",
+ "lapack"
+ ],
+ "features": {
+ "graphics": {
+ "description": "Build viewers and geogram_gfx library.",
+ "dependencies": [
+ "glfw3"
+ ]
+ }
+ }
+}