mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
devel/raylib: Update to 3.5.0
Changelog at https://github.com/raysan5/raylib/blob/3.5.0/CHANGELOG And while here, also move PLIST_FILES to pkg-plist and reformat Makefile according to portfmt and portclippy. PR: 252382 Submitted by: Martin Filla <freebsd@sysctl.cz> (maintainer) Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D28029
This commit is contained in:
parent
15bd6d8fa2
commit
03192ebe45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561278
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= raylib
|
||||
DISTVERSION= 3.0.0
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 3.5.0
|
||||
CATEGORIES= devel education
|
||||
|
||||
MAINTAINER= freebsd@sysctl.cz
|
||||
@ -24,15 +23,7 @@ USE_XORG= ice sm x11 xcursor xext xi xinerama xrandr xxf86vm
|
||||
CMAKE_ON= SHARED USE_EXTERNAL_GLFW
|
||||
CMAKE_OFF= BUILD_EXAMPLES BUILD_GAMES STATIC
|
||||
|
||||
PLIST_FILES= include/physac.h \
|
||||
include/raylib.h \
|
||||
include/raymath.h \
|
||||
lib/cmake/raylib/raylib-config-version.cmake \
|
||||
lib/cmake/raylib/raylib-config.cmake \
|
||||
lib/libraylib.so \
|
||||
lib/libraylib.so.${DISTVERSION} \
|
||||
lib/libraylib.so.301 \
|
||||
libdata/pkgconfig/raylib.pc
|
||||
PLIST_SUB= DISTVERSION=${DISTVERSION}
|
||||
|
||||
post-extract:
|
||||
# Remove bundled files.
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1593339052
|
||||
SHA256 (raysan5-raylib-3.0.0_GH0.tar.gz) = 164d1cc1710bb8e711a495e84cc585681b30098948d67d482e11dc37d2054eab
|
||||
SIZE (raysan5-raylib-3.0.0_GH0.tar.gz) = 92254615
|
||||
TIMESTAMP = 1609673965
|
||||
SHA256 (raysan5-raylib-3.5.0_GH0.tar.gz) = 761985876092fa98a99cbf1fef7ca80c3ee0365fb6a107ab901a272178ba69f5
|
||||
SIZE (raysan5-raylib-3.5.0_GH0.tar.gz) = 36602517
|
||||
|
11
devel/raylib/pkg-plist
Normal file
11
devel/raylib/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
include/physac.h
|
||||
include/raylib.h
|
||||
include/raymath.h
|
||||
include/raudio.h
|
||||
include/rlgl.h
|
||||
lib/cmake/raylib/raylib-config-version.cmake
|
||||
lib/cmake/raylib/raylib-config.cmake
|
||||
lib/libraylib.so
|
||||
lib/libraylib.so.%%DISTVERSION%%
|
||||
lib/libraylib.so.351
|
||||
libdata/pkgconfig/raylib.pc
|
Loading…
Reference in New Issue
Block a user