1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to version 2.0.11

PR:		ports/66885
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-05-19 21:13:41 +00:00
parent 3facc1efae
commit c1f52005d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109524
3 changed files with 7 additions and 6 deletions

View File

@ -7,8 +7,7 @@
#
PORTNAME= sdl_gfx
PORTVERSION= 2.0.10
PORTREVISION= 2
PORTVERSION= 2.0.11
CATEGORIES= graphics
MASTER_SITES= http://www.ferzkopp.net/~aschiffler/Software/%SUBDIR%/
MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R}
@ -20,7 +19,7 @@ COMMENT= SDL graphics drawing primitives and other support functions
USE_SDL= sdl
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL_VER=13
USE_LIBTOOL_VER= 13
CONFIGURE_ARGS= --includedir=${PREFIX}/include/SDL11 \
--disable-mmx
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
@ -36,5 +35,7 @@ CFLAGS+= -DUSE_MMX
post-patch:
@${GREP} -lR "<SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|<SDL/SDL|<SDL|g'
@${REINPLACE_CMD} -e \
's|$$(includedir)/SDL|$$(includedir)|g' ${WRKSRC}/Makefile.in
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (SDL_gfx-2.0.10.tar.gz) = 291b06426a3afe42ecac8473be2505d1
SIZE (SDL_gfx-2.0.10.tar.gz) = 530735
MD5 (SDL_gfx-2.0.11.tar.gz) = 10f6432ede2b239796f2924bdc7224b4
SIZE (SDL_gfx-2.0.11.tar.gz) = 557311

View File

@ -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.10
lib/libSDL_gfx.so.11