summaryrefslogtreecommitdiff
path: root/devel/SDL_gfx/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-01-07 12:06:35 +0000
committeradam <adam@pkgsrc.org>2007-01-07 12:06:35 +0000
commitcdee5361b707a43e29ede8a93cf5108dfd64d9ca (patch)
tree34324b3b1f83e94f3f766b9f6099ade11fc3cf2f /devel/SDL_gfx/Makefile
parent86905c7a8cd71991187714f0a457365b17aca83e (diff)
downloadpkgsrc-cdee5361b707a43e29ede8a93cf5108dfd64d9ca.tar.gz
Changes 2.0.15:
* bugfixes in 32bit _putPixelAlpha/filledRectAlpha * various bugfixes in return value generation and return * lock font-surface before using it * fix some breakage in non-MMX filter routines * fix typo in TestABGR * fix double buffer flipping in Tets programs * fixed microversion in .h * fixed texturePolygon inverted bug * fixed wrong surface use in test 21 of TestRotozoom * added pitch handling in font surface Changes 2.0.14: * added texturedPolygon routine to library * changed iterator condition in aaellipse to add some overdraw to smooth circle * added ShrinkImage routine to rotozoom code * added TestABGR Test program * improved TestImageFilter program * changed .so versioning from .so.13.0.0 to .so.0.0.14 * added updated MacOSX ProjectBuilder file * added info on MacOSX 10.3 build * added mingw (on cygwin) makefile * added Dev-Cpp makefile * removed some unused variables from gfx and rotozoom code * fixed a non-critical typecast mistake * converted all C++ comments to C comments in SDL_imageFilter
Diffstat (limited to 'devel/SDL_gfx/Makefile')
-rw-r--r--devel/SDL_gfx/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/devel/SDL_gfx/Makefile b/devel/SDL_gfx/Makefile
index b2d8658c072..956a7c6af59 100644
--- a/devel/SDL_gfx/Makefile
+++ b/devel/SDL_gfx/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2006/12/15 14:34:20 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2007/01/07 12:06:35 adam Exp $
-DISTNAME= SDL_gfx-2.0.13
-PKGREVISION= 4
+DISTNAME= SDL_gfx-2.0.15
CATEGORIES= devel
MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-2.0/
@@ -10,16 +9,16 @@ HOMEPAGE= http://www.ferzkopp.net/Software/SDL_gfx-2.0/
COMMENT= Basic drawing routines for SDL
USE_TOOLS+= gmake
-USE_LIBTOOL= YES
-GNU_CONFIGURE= YES
-
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
.if (${MACHINE_ARCH} != "i386")
CONFIGURE_ARGS+= --disable-mmx
.endif
+INSTALLATION_DIRS+= share/doc/SDL_gfx
+INSTALLATION_DIRS+= share/doc/SDL_gfx/Screenshots
+
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/SDL_gfx/
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/SDL_gfx/Screenshots
${INSTALL_DATA} ${WRKSRC}/Docs/*.* ${PREFIX}/share/doc/SDL_gfx/
${INSTALL_DATA} ${WRKSRC}/Docs/Screenshots/* \
${PREFIX}/share/doc/SDL_gfx/Screenshots