mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- add sdlconsole-2.1
SDL_Console is a drop down console that can be easily added to any SDL application. It is similar to Quake and other games consoles. A console gives you the ability to interact with your program in an easy way by executing predefined commands. You can also have more than one console at a time. WWW: http://wacha.ch/wiki/sdlconsole/
This commit is contained in:
parent
ac8145d467
commit
3813c9112c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212134
@ -2289,6 +2289,7 @@
|
||||
SUBDIR += scons
|
||||
SUBDIR += scsh-install-lib
|
||||
SUBDIR += sdl12
|
||||
SUBDIR += sdl_console
|
||||
SUBDIR += sdl_sge
|
||||
SUBDIR += sdlmm
|
||||
SUBDIR += sdts++
|
||||
|
32
devel/sdl_console/Makefile
Normal file
32
devel/sdl_console/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: SDL Console
|
||||
# Date created: 2008-04-27
|
||||
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sdl_console
|
||||
PORTVERSION= 2.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= sdlconsole-${PORTVERSION}
|
||||
|
||||
MAINTAINER= leeym@FreeBSD.org
|
||||
COMMENT= A drop down console that can be easily added to any SDL application
|
||||
|
||||
USE_SDL= sdl
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS= SDL_IMAGE "SDL Image support" Off
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/objformat/s/aout/elf/' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_SDL_IMAGE)
|
||||
USE_SDL+= image
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/sdl_console/distinfo
Normal file
3
devel/sdl_console/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (sdlconsole-2.1.tar.gz) = e2936117697a10a17f8e5a58653aed0f
|
||||
SHA256 (sdlconsole-2.1.tar.gz) = 08a8c1a4464df978102f0ca42125877dd474001d34566f9cd76e7caccb60382e
|
||||
SIZE (sdlconsole-2.1.tar.gz) = 292963
|
7
devel/sdl_console/pkg-descr
Normal file
7
devel/sdl_console/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
SDL_Console is a drop down console that can be easily added to any SDL
|
||||
application. It is similar to Quake and other games consoles. A console
|
||||
gives you the ability to interact with your program in an easy way by
|
||||
executing predefined commands. You can also have more than one console
|
||||
at a time.
|
||||
|
||||
WWW: http://wacha.ch/wiki/sdlconsole/
|
9
devel/sdl_console/pkg-plist
Normal file
9
devel/sdl_console/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
include/SDL_console/DT_drawtext.h
|
||||
include/SDL_console/SDL_console.h
|
||||
include/SDL_console/internal.h
|
||||
lib/libSDL_console-2.1.so
|
||||
lib/libSDL_console-2.1.so.0
|
||||
lib/libSDL_console.a
|
||||
lib/libSDL_console.la
|
||||
lib/libSDL_console.so
|
||||
@dirrmtry include/SDL_console
|
Loading…
Reference in New Issue
Block a user