diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-01 18:16:24 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-01 18:16:24 +0800 |
commit | 12e552bddcaf4b1df7bc32dae0fa2e31de907271 (patch) | |
tree | 94a0d35962f2ff99017ce6ad26b06e378407d557 /graphics | |
parent | 42ab7c4a465b72afcbe2a0ade96e0de82301e9f4 (diff) | |
download | freebsd-ports-gnome-12e552bddcaf4b1df7bc32dae0fa2e31de907271.tar.gz freebsd-ports-gnome-12e552bddcaf4b1df7bc32dae0fa2e31de907271.tar.zst freebsd-ports-gnome-12e552bddcaf4b1df7bc32dae0fa2e31de907271.zip |
update graphics/sdl_gfx: 2.0.3 --> 2.0.7
PR: 53102
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics')
-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 |