ports/devel/csfml/files/patch-CMakeLists.txt
Alastair Hogge c74ba8ed23 devel/csfml: New port: C bindings to the Simple and Fast Multimedia Library (SFML)
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
2023-10-21 22:35:00 +02:00

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})