diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-01 10:16:24 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-01 10:16:24 +0000 |
commit | a45f1fdf31cb54e1510e48bf4a1e86f203daa57e (patch) | |
tree | f39ed85f9a7ac6f24611facb8107e8b12f576a1b /graphics/sdl_gfx | |
parent | 7efd6a0a0be58dfb206a89e2a248ec740396ae9d (diff) |
Notes
Diffstat (limited to 'graphics/sdl_gfx')
-rw-r--r-- | graphics/sdl_gfx/Makefile | 10 | ||||
-rw-r--r-- | graphics/sdl_gfx/distinfo | 2 | ||||
-rw-r--r-- | graphics/sdl_gfx/pkg-plist | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index 91cad988d3a7..cc98a907d725 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -7,8 +7,7 @@ # PORTNAME= sdl_gfx -PORTVERSION= 2.0.3 -PORTREVISION= 2 +PORTVERSION= 2.0.7 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/ DISTNAME= SDL_gfx-${PORTVERSION} @@ -24,10 +23,15 @@ USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" +MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ + AUTOHEADER="${TRUE}" INSTALLS_SHLIB= yes post-patch: - ${REINPLACE_CMD} 's,^libSDL_gfxincludedir.*,&/SDL11,' \ + @${REINPLACE_CMD} 's|^libSDL_gfxincludedir.*|&/SDL11|' \ ${WRKSRC}/Makefile.in +.for file in configure SDL_gfxPrimitives.h SDL_framerate.h SDL_rotozoom.h + @${REINPLACE_CMD} 's|<SDL/SDL|<SDL|g' ${WRKSRC}/${file} +.endfor .include <bsd.port.mk> diff --git a/graphics/sdl_gfx/distinfo b/graphics/sdl_gfx/distinfo index 47ebc95586f2..a8f0f001e847 100644 --- a/graphics/sdl_gfx/distinfo +++ b/graphics/sdl_gfx/distinfo @@ -1 +1 @@ -MD5 (SDL_gfx-2.0.3.tar.gz) = 45bbe736da6f25db917eab9801cb085e +MD5 (SDL_gfx-2.0.7.tar.gz) = 311b158ff8413dc3b550700f34dd72a5 diff --git a/graphics/sdl_gfx/pkg-plist b/graphics/sdl_gfx/pkg-plist index e0f99b76ca54..9832b9dc3231 100644 --- a/graphics/sdl_gfx/pkg-plist +++ b/graphics/sdl_gfx/pkg-plist @@ -5,4 +5,4 @@ include/SDL11/SDL_imageFilter.h include/SDL11/SDL_rotozoom.h lib/libSDL_gfx.a lib/libSDL_gfx.so -lib/libSDL_gfx.so.0 +lib/libSDL_gfx.so.7 |