Initial import of SDLKit-0.3.1r2, a 3DKit SDL backend
This commit is contained in:
parent
6b85d3d923
commit
d95a5f89dc
3 changed files with 50 additions and 0 deletions
14
graphics/SDLKit/Makefile
Normal file
14
graphics/SDLKit/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2002/09/29 06:16:52 rh Exp $
|
||||
#
|
||||
|
||||
.include "../../graphics/3DKit/Makefile.common"
|
||||
|
||||
PKGNAME= ${DISTNAME:S/3DKit/SDLKit/}
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/SDLKit
|
||||
|
||||
COMMENT= 3DKit SDL backend
|
||||
|
||||
.include "../../devel/SDL/buildlink2.mk"
|
||||
.include "../../graphics/RenderKit/buildlink2.mk"
|
||||
.include "../../mk/pthread.buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
7
graphics/SDLKit/PLIST
Normal file
7
graphics/SDLKit/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/29 06:16:53 rh Exp $
|
||||
share/GNUstep/Local/Headers/SDLKit/G3DSDLCamera.h
|
||||
share/GNUstep/Local/Headers/SDLKit/G3DSDLEventHandler.h
|
||||
share/GNUstep/Local/Headers/SDLKit/G3DSDLKit.h
|
||||
share/GNUstep/Local/Libraries/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/libSDLKit.so
|
||||
share/GNUstep/Local/Libraries/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/libSDLKit.so.0.4.0
|
||||
@dirrm share/GNUstep/Local/Headers/SDLKit
|
29
graphics/SDLKit/buildlink2.mk
Normal file
29
graphics/SDLKit/buildlink2.mk
Normal file
|
@ -0,0 +1,29 @@
|
|||
# $NetBSD: buildlink2.mk,v 1.1.1.1 2002/09/29 06:16:53 rh Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use SDLKit.
|
||||
#
|
||||
# This file was created automatically using createbuildlink 2.1.
|
||||
#
|
||||
|
||||
.if !defined(SDLKIT_BUILDLINK2_MK)
|
||||
SDLKIT_BUILDLINK2_MK= # defined
|
||||
|
||||
BUILDLINK_PACKAGES+= SDLKit
|
||||
BUILDLINK_DEPENDS.SDLKit?= SDLKit>=0.3.1r2
|
||||
BUILDLINK_PKGSRCDIR.SDLKit?= ../../graphics/SDLKit
|
||||
|
||||
EVAL_PREFIX+= BUILDLINK_PREFIX.SDLKit=SDLKit
|
||||
BUILDLINK_PREFIX.SDLKit_DEFAULT= ${LOCALBASE}
|
||||
BUILDLINK_FILES.SDLKit+= share/GNUstep/Local/Headers/SDLKit/G3DSDLCamera.h
|
||||
BUILDLINK_FILES.SDLKit+= share/GNUstep/Local/Headers/SDLKit/G3DSDLEventHandler.h
|
||||
BUILDLINK_FILES.SDLKit+= share/GNUstep/Local/Headers/SDLKit/G3DSDLKit.h
|
||||
BUILDLINK_FILES.SDLKit+= share/GNUstep/Local/Libraries/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/libSDLKit.*
|
||||
|
||||
.include "../../devel/SDL/buildlink2.mk"
|
||||
.include "../../graphics/RenderKit/buildlink2.mk"
|
||||
|
||||
BUILDLINK_TARGETS+= SDLKit-buildlink
|
||||
|
||||
SDLKit-buildlink: _BUILDLINK_USE
|
||||
|
||||
.endif # SDLKIT_BUILDLINK2_MK
|
Loading…
Reference in a new issue