From d17f4ce499ff369f85602d22ec55ff935a71724f Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Mon, 30 Jun 2014 18:09:47 +0000 Subject: [PATCH] - Update to version 1.0.1 - Simplify OPTIONS usage - Remove .la files --- graphics/sdl2_gfx/Makefile | 16 ++++------------ graphics/sdl2_gfx/distinfo | 4 ++-- graphics/sdl2_gfx/pkg-plist | 4 ++-- 3 files changed, 8 insertions(+), 16 deletions(-) diff --git a/graphics/sdl2_gfx/Makefile b/graphics/sdl2_gfx/Makefile index fc751d07cf11..2b1f8588fdea 100644 --- a/graphics/sdl2_gfx/Makefile +++ b/graphics/sdl2_gfx/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sdl2_gfx -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ MASTER_SITE_SUBDIR= SDL2_gfx @@ -14,21 +13,14 @@ COMMENT= SDL graphics drawing primitives and other support functions LICENSE= ZLIB -USES= pathfix gmake -USE_AUTOTOOLS= libtool +USES= pathfix gmake libtool:oldver USE_SDL= sdl2 GNU_CONFIGURE= yes USE_LDCONFIG= yes OPTIONS_DEFINE= MMX -.include - -.if ${PORT_OPTIONS:MMMX} -CONFIGURE_ARGS+=--enable-mmx -CFLAGS+= -DUSE_MMX -.else -CONFIGURE_ARGS=--disable-mmx -.endif +MMX_CONFIGURE_ENABLE= mmx +MMX_CFLAGS= -DUSE_MMX .include diff --git a/graphics/sdl2_gfx/distinfo b/graphics/sdl2_gfx/distinfo index cecd1d7104c9..eb69849361bc 100644 --- a/graphics/sdl2_gfx/distinfo +++ b/graphics/sdl2_gfx/distinfo @@ -1,2 +1,2 @@ -SHA256 (SDL2_gfx-1.0.0.tar.gz) = 9843924d46eacbabba685a239cf2284b948766a20ef2caa48cb18462a3295caf -SIZE (SDL2_gfx-1.0.0.tar.gz) = 1081660 +SHA256 (SDL2_gfx-1.0.1.tar.gz) = d69bcbceb811b4e5712fbad3ede737166327f44b727f1388c32581dbbe8c599a +SIZE (SDL2_gfx-1.0.1.tar.gz) = 1078780 diff --git a/graphics/sdl2_gfx/pkg-plist b/graphics/sdl2_gfx/pkg-plist index 38ad698f0fd5..6c2af6f6f12d 100644 --- a/graphics/sdl2_gfx/pkg-plist +++ b/graphics/sdl2_gfx/pkg-plist @@ -2,8 +2,8 @@ include/SDL2/SDL2_framerate.h include/SDL2/SDL2_gfxPrimitives.h include/SDL2/SDL2_imageFilter.h include/SDL2/SDL2_rotozoom.h -lib/libSDL2_gfx-1.0.so +libdata/pkgconfig/SDL2_gfx.pc lib/libSDL2_gfx-1.0.so.0 +lib/libSDL2_gfx-1.0.so lib/libSDL2_gfx.a -lib/libSDL2_gfx.la lib/libSDL2_gfx.so