aboutsummaryrefslogtreecommitdiff
path: root/graphics/sdl_gfx
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-03-13 19:26:28 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-03-13 19:26:28 +0000
commit031912a30f16f875b59540ca9f0129e56165ea3f (patch)
treebc56f5d03e3f1e1c57a5e7d98c8f183b6b6a5f21 /graphics/sdl_gfx
parentbf303375a86df56a9fd019bdd46e01c6cce42324 (diff)
downloadports-031912a30f16f875b59540ca9f0129e56165ea3f.tar.gz
ports-031912a30f16f875b59540ca9f0129e56165ea3f.zip
- Update to 2.0.24
- Trim Makefile headers - Switch to new options framework
Notes
Notes: svn path=/head/; revision=314109
Diffstat (limited to 'graphics/sdl_gfx')
-rw-r--r--graphics/sdl_gfx/Makefile19
-rw-r--r--graphics/sdl_gfx/distinfo4
2 files changed, 9 insertions, 14 deletions
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 <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
-.if defined(WITH_MMX) && (${ARCH} == "i386")
+.if ${PORT_OPTIONS:MMMX}
CONFIGURE_ARGS+=--enable-mmx
CFLAGS+= -DUSE_MMX
.else
CONFIGURE_ARGS=--disable-mmx
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
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