mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
The Simple and Fast Multimedia Library (SFML) exists in devel/sfml. SFML is a C++ library, and as such, may introduce complexity for other languages to use the library. CSFML is an official SFML project to provide C bindings to SFML, with the aim of reducing language binding complexity, to enable other languages to use C over C++. Website: https://github.com/SFML/CSFML Differential Revision: https://reviews.freebsd.org/D41519
10 lines
428 B
Text
10 lines
428 B
Text
--- CMakeLists.txt.orig 2023-10-04 04:59:37 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -63,5 +63,5 @@ install(DIRECTORY include
|
|
DESTINATION .
|
|
COMPONENT devel
|
|
PATTERN ".svn" EXCLUDE)
|
|
-install(FILES license.md DESTINATION ${INSTALL_MISC_DIR})
|
|
-install(FILES readme.md DESTINATION ${INSTALL_MISC_DIR})
|
|
+#install(FILES license.md DESTINATION ${INSTALL_MISC_DIR})
|
|
+#install(FILES readme.md DESTINATION ${INSTALL_MISC_DIR})
|