diff --git a/libKGL/Makefile b/libKGL/Makefile deleted file mode 100644 index 0c01da0..0000000 --- a/libKGL/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Port Metadata -PORTNAME = libKGL -PORTVERSION = 2.0.0 - -MAINTAINER = Nobody -LICENSE = KOS License -SHORT_DESC = KallistiGL, deprecated OpenGL (tm) like graphics library for KOS - -# No dependencies beyond the base system. -DEPENDENCIES = - -# What files we need to download, and where from. -GIT_REPOSITORIES = git://git.code.sf.net/p/cadcdev/libgl \ - https://github.com/KallistiOS/libkgl.git - -TARGET = libKGL.a -INSTALLED_HDRS = include/gl.h include/glext.h include/glu.h include/glut.h -HDR_COMDIR = KGL - -# KOS Distributed extras (to be copied into the build tree) -KOS_DISTFILES = KOSMakefile.mk - -include ${KOS_PORTS}/scripts/kos-ports.mk diff --git a/libKGL/files/KOSMakefile.mk b/libKGL/files/KOSMakefile.mk deleted file mode 100644 index a644401..0000000 --- a/libKGL/files/KOSMakefile.mk +++ /dev/null @@ -1,8 +0,0 @@ -TARGET = libKGL.a -OBJS = gl-rgb.o gl-fog.o gl-sh4-light.o gl-light.o gl-clip.o gl-clip-arrays.o -OBJS += gl-arrays.o gl-pvr.o gl-matrix.o gl-api.o gl-texture.o glu-texture.o -OBJS += gl-framebuffer.o gl-cap.o gl-error.o - -KOS_CFLAGS += -Iinclude -ffast-math -O3 -DBUILD_LIBGL - -include ${KOS_PORTS}/scripts/lib.mk diff --git a/libKGL/pkg-descr b/libKGL/pkg-descr deleted file mode 100644 index 51ad4e2..0000000 --- a/libKGL/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -KallistiGL is an OpenGL (tm) like library written for KOS. The current version -of this library implements much of version 1.1 of the OpenGL specification and -some additional functionality beyond that. - -Note that this is not a full implementation of any version of OpenGL and is not -endorsed by or associated with the Khronos Group or SGI.