Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions raylib4dc/Makefile → raylib/Makefile
Original file line number Diff line number Diff line change
@@ -1,33 +1,31 @@
# Port Metadata
PORTNAME = raylib4dc
PORTVERSION = 5.5.0
PORTNAME = raylib
PORTVERSION = 6.0

MAINTAINER = Andress Barajas
MAINTAINER = bigboss TGK
LICENSE = zlib License - http://opensource.org/licenses/Zlib
SHORT_DESC = raylib is a simple and easy-to-use library to enjoy videogames programming.

DEPENDENCIES = libGL
NOCOPY_TARGET = 1

REQUIRES_ABI = -m4-single

# What files we need to download, and where from.
GIT_REPOSITORY = https://github.com/raylib4Consoles/raylib
GIT_BRANCH = raylib4Consoles
GIT_BRANCH = raylib4Consoles_6.0

TARGET = libraylib.a
HDRS = raylib.h raymath.h rlgl.h
HDRS = raylib.h raymath.h rlgl.h rcamera.h
HDR_INSTDIR = raylib
DISTFILE_DIR = ${PORTNAME}-${PORTVERSION}/src

KOS_MAKEFILE = Makefile
MAKE_TARGET = PLATFORM=PLATFORM_DREAMCAST

PREINSTALL = raylib_preinstall

# Apply patch before build
PREBUILD = apply-patch
PREINSTALL = raylib_preinstall

include ${KOS_PORTS}/scripts/kos-ports.mk
apply-patch:
patch -p1 -d build/${PORTNAME}-${PORTVERSION} < files/raylib4dc-5.5.0.patch

raylib_preinstall:
@mkdir -p inst/lib inst/include
Expand Down
File renamed without changes.
14 changes: 0 additions & 14 deletions raylib4dc/files/raylib4dc-5.5.0.patch

This file was deleted.