diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-06-21 14:51:31 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-06-21 14:51:31 +0000 |
commit | 17e16649e607d44d15aaab68c8ea62741b318bbe (patch) | |
tree | a225b60236c6ed0310ebbd8afccd36a2d154641f /devel/sdlmm | |
parent | 33a6b9b96ba724d8c98a7555fb3ea78aec8b19fc (diff) | |
download | FreeBSD-ports-17e16649e607d44d15aaab68c8ea62741b318bbe.zip FreeBSD-ports-17e16649e607d44d15aaab68c8ea62741b318bbe.tar.gz |
add sdlmm
A C++ Wrapper for the SDL (Simple DirectMedia Layer)
Diffstat (limited to 'devel/sdlmm')
-rw-r--r-- | devel/sdlmm/Makefile | 30 | ||||
-rw-r--r-- | devel/sdlmm/distinfo | 1 | ||||
-rw-r--r-- | devel/sdlmm/pkg-comment | 1 | ||||
-rw-r--r-- | devel/sdlmm/pkg-descr | 10 | ||||
-rw-r--r-- | devel/sdlmm/pkg-plist | 21 |
5 files changed, 63 insertions, 0 deletions
diff --git a/devel/sdlmm/Makefile b/devel/sdlmm/Makefile new file mode 100644 index 0000000..0cacc57 --- /dev/null +++ b/devel/sdlmm/Makefile @@ -0,0 +1,30 @@ +# ex:ts=8 +# New ports collection makefile for: SDLmm +# Date created: Jun 21, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= sdlmm +PORTVERSION= 0.1.5 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= SDLmm-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 + +SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config +GNU_CONFIGURE= yes +CONFIGURE_ENV= SDL_CONFIG=${SDL_CONFIG} +INSTALLS_SHLIB= yes + +MAN3= SDLmm.3 SDLmm__Audio.3 SDLmm__BaseSurface.3 SDLmm__CD.3 \ + SDLmm__Display.3 SDLmm__Event.3 SDLmm__EventHandler.3 \ + SDLmm__Joystick.3 SDLmm__SRect.3 SDLmm__Surface.3 SDLmm__Timer.3 \ + SDLmm__VideoInfo.3 + +.include <bsd.port.mk> diff --git a/devel/sdlmm/distinfo b/devel/sdlmm/distinfo new file mode 100644 index 0000000..e2701c9 --- /dev/null +++ b/devel/sdlmm/distinfo @@ -0,0 +1 @@ +MD5 (SDLmm-0.1.5.tar.gz) = b3441a46111e8cd0b2388ad0d22b52ab diff --git a/devel/sdlmm/pkg-comment b/devel/sdlmm/pkg-comment new file mode 100644 index 0000000..b945b6c --- /dev/null +++ b/devel/sdlmm/pkg-comment @@ -0,0 +1 @@ +A C++ Wrapper for the SDL (Simple DirectMedia Layer) diff --git a/devel/sdlmm/pkg-descr b/devel/sdlmm/pkg-descr new file mode 100644 index 0000000..9267973 --- /dev/null +++ b/devel/sdlmm/pkg-descr @@ -0,0 +1,10 @@ +SDLmm is a C++ glue for SDL, or the Simple DirectMedia Layer, which is a +generic API that provides low level access to audio, keyboard, mouse, +joystick, 3D hardware via OpenGL, and 2D framebuffer across multiple +platforms. + +SDLmm aims to stay as close as possible to the C API while taking advantage +of native C++ features like object orientation. We will also aim at being +platform independent as much as possible. + +WWW: http://sdlmm.sourceforge.net/ diff --git a/devel/sdlmm/pkg-plist b/devel/sdlmm/pkg-plist new file mode 100644 index 0000000..75ee273 --- /dev/null +++ b/devel/sdlmm/pkg-plist @@ -0,0 +1,21 @@ +bin/sdlmm-config +include/SDLmm/sdlmm.h +include/SDLmm/sdlmm_audio.h +include/SDLmm/sdlmm_basesurface.h +include/SDLmm/sdlmm_cd.h +include/SDLmm/sdlmm_display.h +include/SDLmm/sdlmm_event.h +include/SDLmm/sdlmm_eventhandler.h +include/SDLmm/sdlmm_global.h +include/SDLmm/sdlmm_joystick.h +include/SDLmm/sdlmm_srect.h +include/SDLmm/sdlmm_surface.h +include/SDLmm/sdlmm_timer.h +include/SDLmm/sdlmm_videoinfo.h +lib/libSDLmm-0.1.so +lib/libSDLmm-0.1.so.4 +lib/libSDLmm.a +lib/libSDLmm.la +lib/libSDLmm.so +share/aclocal/sdlmm.m4 +@dirrm include/SDLmm |