Lines 25-30
Link Here
|
25 |
CMAKE_OFF= BUILD_EXAMPLES BUILD_GAMES STATIC |
25 |
CMAKE_OFF= BUILD_EXAMPLES BUILD_GAMES STATIC |
26 |
|
26 |
|
27 |
PLIST_FILES= include/raylib.h \ |
27 |
PLIST_FILES= include/raylib.h \ |
|
|
28 |
include/rlgl.h \ |
29 |
include/raymath.h \ |
30 |
include/physac.h \ |
31 |
include/raudio.h \ |
28 |
lib/cmake/raylib/raylib-config-version.cmake \ |
32 |
lib/cmake/raylib/raylib-config-version.cmake \ |
29 |
lib/cmake/raylib/raylib-config.cmake \ |
33 |
lib/cmake/raylib/raylib-config.cmake \ |
30 |
lib/libraylib.so \ |
34 |
lib/libraylib.so \ |
Lines 35-39
Link Here
|
35 |
post-extract: |
39 |
post-extract: |
36 |
# Remove bundled files. |
40 |
# Remove bundled files. |
37 |
@${RM} -r ${WRKSRC}/src/external/glfw ${WRKSRC}/src/external/include ${WRKSRC}/src/rglfw.c |
41 |
@${RM} -r ${WRKSRC}/src/external/glfw ${WRKSRC}/src/external/include ${WRKSRC}/src/rglfw.c |
|
|
42 |
|
43 |
do-install: |
44 |
# Install all parts for raylib |
45 |
@${CP} ${WRKSRC}/src/raylib.h \ |
46 |
${WRKSRC}/src/raudio.h \ |
47 |
${WRKSRC}/src/rlgl.h \ |
48 |
${WRKSRC}/src/raymath.h \ |
49 |
${WRKSRC}/src/physac.h \ |
50 |
${STAGEDIR}${PREFIX}/include |
38 |
|
51 |
|
39 |
.include <bsd.port.mk> |
52 |
.include <bsd.port.mk> |