diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-08-13 07:17:47 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-08-13 07:17:47 +0000 |
commit | 3fd76a8eb1c875863361ed205c0a5c10370acd79 (patch) | |
tree | 585bf9bb4aae80af0846433bb6b8d5360d6b2831 /x11-toolkits | |
parent | 5f5452c63a0dea052b4bb8b661e550d0f9bb7387 (diff) | |
download | FreeBSD-ports-3fd76a8eb1c875863361ed205c0a5c10370acd79.zip FreeBSD-ports-3fd76a8eb1c875863361ed205c0a5c10370acd79.tar.gz |
add sdl_gui 0.10.3
A Graphical User Interface library for SDL
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/sdl_gui/Makefile | 26 | ||||
-rw-r--r-- | x11-toolkits/sdl_gui/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/sdl_gui/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/sdl_gui/pkg-descr | 6 | ||||
-rw-r--r-- | x11-toolkits/sdl_gui/pkg-plist | 5 |
6 files changed, 40 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 841a103..dae2dd3 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -129,6 +129,7 @@ SUBDIR += ruby-qt2table SUBDIR += ruby-tk SUBDIR += scintilla + SUBDIR += sdl_gui SUBDIR += slingshot SUBDIR += thinice SUBDIR += tix diff --git a/x11-toolkits/sdl_gui/Makefile b/x11-toolkits/sdl_gui/Makefile new file mode 100644 index 0000000..b4cb5da --- /dev/null +++ b/x11-toolkits/sdl_gui/Makefile @@ -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> diff --git a/x11-toolkits/sdl_gui/distinfo b/x11-toolkits/sdl_gui/distinfo new file mode 100644 index 0000000..2390a6c --- /dev/null +++ b/x11-toolkits/sdl_gui/distinfo @@ -0,0 +1 @@ +MD5 (SDL_gui-0.10.3.tar.gz) = 3a59241ce6b25b59fc951eaf4ca6a278 diff --git a/x11-toolkits/sdl_gui/pkg-comment b/x11-toolkits/sdl_gui/pkg-comment new file mode 100644 index 0000000..8c563d5 --- /dev/null +++ b/x11-toolkits/sdl_gui/pkg-comment @@ -0,0 +1 @@ +A Graphical User Interface library for SDL diff --git a/x11-toolkits/sdl_gui/pkg-descr b/x11-toolkits/sdl_gui/pkg-descr new file mode 100644 index 0000000..78828eb --- /dev/null +++ b/x11-toolkits/sdl_gui/pkg-descr @@ -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/ diff --git a/x11-toolkits/sdl_gui/pkg-plist b/x11-toolkits/sdl_gui/pkg-plist new file mode 100644 index 0000000..9bd9e17 --- /dev/null +++ b/x11-toolkits/sdl_gui/pkg-plist @@ -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 |