diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/rappture/CONTROL | 4 | ||||
| -rw-r--r-- | ports/rappture/portfile.cmake | 7 | ||||
| -rw-r--r-- | ports/rappture/vcpkg.json | 18 |
3 files changed, 21 insertions, 8 deletions
diff --git a/ports/rappture/CONTROL b/ports/rappture/CONTROL deleted file mode 100644 index 611bda78a..000000000 --- a/ports/rappture/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: rappture
-Version: 1.9
-Description: Rappture is a toolkit supporting Rapid application infrastructure, making it quick and easy to develop powerful scientific applications.
-Build-Depends: expat, zlib
diff --git a/ports/rappture/portfile.cmake b/ports/rappture/portfile.cmake index 00bde7d3a..e79ec3085 100644 --- a/ports/rappture/portfile.cmake +++ b/ports/rappture/portfile.cmake @@ -15,14 +15,13 @@ vcpkg_extract_source_archive_ex( file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
-vcpkg_configure_cmake(
+vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
- PREFER_NINJA
)
-vcpkg_install_cmake()
+vcpkg_cmake_install()
-vcpkg_fixup_cmake_targets()
+vcpkg_cmake_config_fixup()
vcpkg_copy_pdbs()
diff --git a/ports/rappture/vcpkg.json b/ports/rappture/vcpkg.json new file mode 100644 index 000000000..68a1a5efa --- /dev/null +++ b/ports/rappture/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "rappture", + "version": "1.9", + "port-version": 1, + "description": "Rappture is a toolkit supporting Rapid application infrastructure, making it quick and easy to develop powerful scientific applications.", + "dependencies": [ + "expat", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ] +} |
