add sdl_gui 0.10.3
A Graphical User Interface library for SDL
This commit is contained in:
parent
984590a5e3
commit
96ff57257e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64460
6 changed files with 40 additions and 0 deletions
|
@ -129,6 +129,7 @@
|
|||
SUBDIR += ruby-qt2table
|
||||
SUBDIR += ruby-tk
|
||||
SUBDIR += scintilla
|
||||
SUBDIR += sdl_gui
|
||||
SUBDIR += slingshot
|
||||
SUBDIR += thinice
|
||||
SUBDIR += tix
|
||||
|
|
26
x11-toolkits/sdl_gui/Makefile
Normal file
26
x11-toolkits/sdl_gui/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: sdl_gui
|
||||
# Date created: Aug 13, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sdl_gui
|
||||
PORTVERSION= 0.10.3
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= http://www.newimage.com/~rhk/SDL_gui/
|
||||
DISTNAME= SDL_gui-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 \
|
||||
SDL_image:${PORTSDIR}/graphics/sdl_image \
|
||||
SDL_ttf:${PORTSDIR}/graphics/sdl_ttf
|
||||
|
||||
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-toolkits/sdl_gui/distinfo
Normal file
1
x11-toolkits/sdl_gui/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (SDL_gui-0.10.3.tar.gz) = 3a59241ce6b25b59fc951eaf4ca6a278
|
1
x11-toolkits/sdl_gui/pkg-comment
Normal file
1
x11-toolkits/sdl_gui/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A Graphical User Interface library for SDL
|
6
x11-toolkits/sdl_gui/pkg-descr
Normal file
6
x11-toolkits/sdl_gui/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
SDL_gui is a library written in C++ for displaying and controlling user
|
||||
interface elements in an SDL application. It has the following set of
|
||||
widgets: Screen, Button, ToggleButton, Label, Picture, Panel, CardStack,
|
||||
TextEntry and ProgressBar.
|
||||
|
||||
WWW: http://www.newimage.com/~rhk/SDL_gui/
|
5
x11-toolkits/sdl_gui/pkg-plist
Normal file
5
x11-toolkits/sdl_gui/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
include/SDL/SDL_gui.h
|
||||
@dirrm include/SDL
|
||||
lib/libSDL_gui-0.10.3.so
|
||||
lib/libSDL_gui.a
|
||||
lib/libSDL_gui.so
|
Loading…
Reference in a new issue