diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-26 01:05:12 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-26 01:05:12 +0800 |
commit | ad79186bfaf3d770c012a093cf83e8ec8819c80b (patch) | |
tree | d3599c89280c55d228ebb3672ca4322faa7f45ec | |
parent | e7de500132eabe52e17a9feac65ebc1a8c425f71 (diff) | |
download | freebsd-ports-gnome-ad79186bfaf3d770c012a093cf83e8ec8819c80b.tar.gz freebsd-ports-gnome-ad79186bfaf3d770c012a093cf83e8ec8819c80b.tar.zst freebsd-ports-gnome-ad79186bfaf3d770c012a093cf83e8ec8819c80b.zip |
add SDL_gfx 2.0.3
SDL graphics drawing primitives and other support functions
-rw-r--r-- | graphics/Makefile | 1 | ||||
-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 |
6 files changed, 49 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 0f382a4b618f..130b30a94f7d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -297,6 +297,7 @@ SUBDIR += scr2png SUBDIR += scrot SUBDIR += scwm-icons + SUBDIR += sdl_gfx SUBDIR += sdl_image SUBDIR += sdl_ttf SUBDIR += seejpeg 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 |