diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-25 17:05:12 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-25 17:05:12 +0000 |
commit | 1a8ccfdc6582ee2ba41b63cb698b3e186a0a8e9b (patch) | |
tree | fd461e0e21a8b14758acc15b05d6db47805ae99c /graphics/sdl_gfx | |
parent | - Unbreak after USE_LIBTOOL change; (diff) |
add SDL_gfx 2.0.3
SDL graphics drawing primitives and other support functions
Notes
Notes:
svn path=/head/; revision=58117
Diffstat (limited to 'graphics/sdl_gfx')
-rw-r--r-- | graphics/sdl_gfx/Makefile | 25 | ||||
-rw-r--r-- | graphics/sdl_gfx/distinfo | 1 | ||||
-rw-r--r-- | graphics/sdl_gfx/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/sdl_gfx/pkg-descr | 12 | ||||
-rw-r--r-- | graphics/sdl_gfx/pkg-plist | 9 |
5 files changed, 48 insertions, 0 deletions
diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile new file mode 100644 index 000000000000..40e7ce13e6c3 --- /dev/null +++ b/graphics/sdl_gfx/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# Ports collection makefile for: sdl_gfx +# Date created: Apr 25, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= sdl_gfx +PORTVERSION= 2.0.3 +CATEGORIES= graphics +MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/ +DISTNAME= SDL_gfx-${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}" +USE_GMAKE= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/graphics/sdl_gfx/distinfo b/graphics/sdl_gfx/distinfo new file mode 100644 index 000000000000..47ebc95586f2 --- /dev/null +++ b/graphics/sdl_gfx/distinfo @@ -0,0 +1 @@ +MD5 (SDL_gfx-2.0.3.tar.gz) = 45bbe736da6f25db917eab9801cb085e diff --git a/graphics/sdl_gfx/pkg-comment b/graphics/sdl_gfx/pkg-comment new file mode 100644 index 000000000000..c78462b59ec0 --- /dev/null +++ b/graphics/sdl_gfx/pkg-comment @@ -0,0 +1 @@ +SDL graphics drawing primitives and other support functions diff --git a/graphics/sdl_gfx/pkg-descr b/graphics/sdl_gfx/pkg-descr new file mode 100644 index 000000000000..ac0a82fd1611 --- /dev/null +++ b/graphics/sdl_gfx/pkg-descr @@ -0,0 +1,12 @@ +The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided +basic drawing routines such as lines, circles or polygons and SDL_rotozoom +which implemented a interpolating rotozoomer for SDL surfaces. + +The current components of the SDL_gfx library are: + + - Graphic Primitives (SDL_gfxPrimitves.h) + - Rotozoomer (SDL_rotozoom.h) + - Framerate control (SDL_framerate.h) + - MMX image filters (SDL_imageFilter.h) + +WWW: http://www.ferzkopp.net/Software/SDL_gfx-2.0/ diff --git a/graphics/sdl_gfx/pkg-plist b/graphics/sdl_gfx/pkg-plist new file mode 100644 index 000000000000..b092dc2feefa --- /dev/null +++ b/graphics/sdl_gfx/pkg-plist @@ -0,0 +1,9 @@ +include/SDL_framerate.h +include/SDL_gfxPrimitives.h +include/SDL_gfxPrimitives_font.h +include/SDL_imageFilter.h +include/SDL_rotozoom.h +lib/libSDL_gfx.a +lib/libSDL_gfx.la +lib/libSDL_gfx.so +lib/libSDL_gfx.so.0 |