- Update to version 1.0.1
- Simplify OPTIONS usage - Remove .la files
This commit is contained in:
parent
d53cd310e8
commit
d17f4ce499
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359894
3 changed files with 8 additions and 16 deletions
|
@ -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 <bsd.port.options.mk>
|
||||
|
||||
.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 <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue