mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= sdl2_gfx
|
PORTNAME= sdl2_gfx
|
||||||
PORTVERSION= 1.0.0
|
PORTVERSION= 1.0.1
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/
|
MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/
|
||||||
MASTER_SITE_SUBDIR= SDL2_gfx
|
MASTER_SITE_SUBDIR= SDL2_gfx
|
||||||
|
@ -14,21 +13,14 @@ COMMENT= SDL graphics drawing primitives and other support functions
|
||||||
|
|
||||||
LICENSE= ZLIB
|
LICENSE= ZLIB
|
||||||
|
|
||||||
USES= pathfix gmake
|
USES= pathfix gmake libtool:oldver
|
||||||
USE_AUTOTOOLS= libtool
|
|
||||||
USE_SDL= sdl2
|
USE_SDL= sdl2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= MMX
|
OPTIONS_DEFINE= MMX
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
MMX_CONFIGURE_ENABLE= mmx
|
||||||
|
MMX_CFLAGS= -DUSE_MMX
|
||||||
.if ${PORT_OPTIONS:MMMX}
|
|
||||||
CONFIGURE_ARGS+=--enable-mmx
|
|
||||||
CFLAGS+= -DUSE_MMX
|
|
||||||
.else
|
|
||||||
CONFIGURE_ARGS=--disable-mmx
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (SDL2_gfx-1.0.0.tar.gz) = 9843924d46eacbabba685a239cf2284b948766a20ef2caa48cb18462a3295caf
|
SHA256 (SDL2_gfx-1.0.1.tar.gz) = d69bcbceb811b4e5712fbad3ede737166327f44b727f1388c32581dbbe8c599a
|
||||||
SIZE (SDL2_gfx-1.0.0.tar.gz) = 1081660
|
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_gfxPrimitives.h
|
||||||
include/SDL2/SDL2_imageFilter.h
|
include/SDL2/SDL2_imageFilter.h
|
||||||
include/SDL2/SDL2_rotozoom.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.0
|
||||||
|
lib/libSDL2_gfx-1.0.so
|
||||||
lib/libSDL2_gfx.a
|
lib/libSDL2_gfx.a
|
||||||
lib/libSDL2_gfx.la
|
|
||||||
lib/libSDL2_gfx.so
|
lib/libSDL2_gfx.so
|
||||||
|
|
Loading…
Add table
Reference in a new issue