diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index 5f127c454390..85b9a60bacf7 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -1,13 +1,8 @@ -# ex:ts=8 -# Ports collection makefile for: sdl_gfx -# Date created: Apr 25, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= sdl_gfx -PORTVERSION= 2.0.23 +PORTVERSION= 2.0.24 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R} @@ -17,7 +12,7 @@ MAINTAINER= mva@FreeBSD.org COMMENT= SDL graphics drawing primitives and other support functions MAKE_JOBS_SAFE= yes -USE_GNOME= gnomehack +USES= pathfix USE_AUTOTOOLS= libtool USE_SDL= sdl USE_GMAKE= yes @@ -27,15 +22,15 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" USE_LDCONFIG= yes -OPTIONS= MMX "Enable MMX instruction set (i386 only)" Off +OPTIONS_DEFINE_i386= MMX -.include +.include -.if defined(WITH_MMX) && (${ARCH} == "i386") +.if ${PORT_OPTIONS:MMMX} CONFIGURE_ARGS+=--enable-mmx CFLAGS+= -DUSE_MMX .else CONFIGURE_ARGS=--disable-mmx .endif -.include +.include diff --git a/graphics/sdl_gfx/distinfo b/graphics/sdl_gfx/distinfo index d58b9b5ebf41..14efe81a23c0 100644 --- a/graphics/sdl_gfx/distinfo +++ b/graphics/sdl_gfx/distinfo @@ -1,2 +1,2 @@ -SHA256 (SDL_gfx-2.0.23.tar.gz) = 41bd601d65bba19eeac80a62570ce120098414ece22de402a8ee81b10e07faea -SIZE (SDL_gfx-2.0.23.tar.gz) = 1707852 +SHA256 (SDL_gfx-2.0.24.tar.gz) = 30ad38c3e17586e5212ce4a43955adf26463e69a24bb241f152493da28d59118 +SIZE (SDL_gfx-2.0.24.tar.gz) = 1767169