1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Radius Engine is a Lua script-based real-time 2D graphics engine designed

for rapidly prototyping games. Built on top of SDL and OpenGL,
games made with Radius Engine are portable to both Windows and Linux.

WWW: http://radius-engine.sourceforge.net/

PR:		ports/168083
Submitted by:	nemysis@gmx.ch
This commit is contained in:
Martin Wilke 2012-05-18 04:40:50 +00:00
parent 49b6b9e46a
commit cb208bc502
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296880
4 changed files with 47 additions and 0 deletions

View File

@ -850,6 +850,7 @@
SUBDIR += quesa
SUBDIR += quesoglc
SUBDIR += qvplay
SUBDIR += radius-engine
SUBDIR += raster3d
SUBDIR += rawstudio
SUBDIR += rawtherapee

View File

@ -0,0 +1,39 @@
# New Ports collection makefile for: Radius Engine
# Date created: 2012-05-17
# Whom: nemysis@gmx.ch
#
# $FreeBSD$
#
PORTNAME= radius-engine
PORTVERSION= 1.1
CATEGORIES= graphics devel
MASTER_SITES= SF/${PORTNAME}/
MAINTAINER= nemysis@gmx.ch
COMMENT= Lua script-based 2D engine built on top of OpenGL and SDL
LICENSE= MIT
LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lua \
png:${PORTSDIR}/graphics/png \
physfs.1:${PORTSDIR}/devel/physfs
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CFLAGS+= -I${LOCALBASE}/include
USE_SDL= sdl sound
USE_GL= glu
MAKE_JOBS_SAFE= yes
PLIST_FILES= include/radius.h \
lib/libradius-engine.a \
libdata/pkgconfig/radius-engine.pc
PLIST_DIRSTRY= libdata/pkgconfig
post-patch:
@${REINPLACE_CMD} -e 's|lua5.1|lua-5.1|g' \
${WRKSRC}/acinclude.m4 ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|(pkgconfigdir)|{PREFIX}/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (radius-engine-1.1.tar.gz) = 7acad286ac9d8ed1d7328411ec38d225dd8a90acb848f63bb8bb7edee8de42ed
SIZE (radius-engine-1.1.tar.gz) = 237747

View File

@ -0,0 +1,5 @@
Radius Engine is a Lua script-based real-time 2D graphics engine designed
for rapidly prototyping games. Built on top of SDL and OpenGL,
games made with Radius Engine are portable to both Windows and Linux.
WWW: http://radius-engine.sourceforge.net/