mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
update graphics/sdl_gfx: 2.0.3 --> 2.0.7
PR: 53102 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
7efd6a0a0b
commit
a45f1fdf31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83974
3 changed files with 9 additions and 5 deletions
|
@ -7,8 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= sdl_gfx
|
PORTNAME= sdl_gfx
|
||||||
PORTVERSION= 2.0.3
|
PORTVERSION= 2.0.7
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/
|
MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/
|
||||||
DISTNAME= SDL_gfx-${PORTVERSION}
|
DISTNAME= SDL_gfx-${PORTVERSION}
|
||||||
|
@ -24,10 +23,15 @@ USE_REINPLACE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
|
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
|
||||||
|
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
||||||
|
AUTOHEADER="${TRUE}"
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} 's,^libSDL_gfxincludedir.*,&/SDL11,' \
|
@${REINPLACE_CMD} 's|^libSDL_gfxincludedir.*|&/SDL11|' \
|
||||||
${WRKSRC}/Makefile.in
|
${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>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (SDL_gfx-2.0.3.tar.gz) = 45bbe736da6f25db917eab9801cb085e
|
MD5 (SDL_gfx-2.0.7.tar.gz) = 311b158ff8413dc3b550700f34dd72a5
|
||||||
|
|
|
@ -5,4 +5,4 @@ include/SDL11/SDL_imageFilter.h
|
||||||
include/SDL11/SDL_rotozoom.h
|
include/SDL11/SDL_rotozoom.h
|
||||||
lib/libSDL_gfx.a
|
lib/libSDL_gfx.a
|
||||||
lib/libSDL_gfx.so
|
lib/libSDL_gfx.so
|
||||||
lib/libSDL_gfx.so.0
|
lib/libSDL_gfx.so.7
|
||||||
|
|
Loading…
Add table
Reference in a new issue