aboutsummaryrefslogtreecommitdiff
path: root/ports/gl2ps
diff options
context:
space:
mode:
Diffstat (limited to 'ports/gl2ps')
-rw-r--r--ports/gl2ps/CONTROL5
-rw-r--r--ports/gl2ps/vcpkg.json12
2 files changed, 12 insertions, 5 deletions
diff --git a/ports/gl2ps/CONTROL b/ports/gl2ps/CONTROL
deleted file mode 100644
index 8eab0c030..000000000
--- a/ports/gl2ps/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: gl2ps
-Version: 1.4.2
-Homepage: https://gitlab.onelab.info/gl2ps/gl2ps
-Description: OpenGL to PostScript Printing Library
-Build-Depends: freeglut, zlib, libpng
diff --git a/ports/gl2ps/vcpkg.json b/ports/gl2ps/vcpkg.json
new file mode 100644
index 000000000..4230bc45c
--- /dev/null
+++ b/ports/gl2ps/vcpkg.json
@@ -0,0 +1,12 @@
+{
+ "name": "gl2ps",
+ "version-string": "1.4.2",
+ "port-version": 1,
+ "description": "OpenGL to PostScript Printing Library",
+ "homepage": "https://gitlab.onelab.info/gl2ps/gl2ps",
+ "dependencies": [
+ "freeglut",
+ "libpng",
+ "zlib"
+ ]
+}