diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-09 12:38:23 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-09 12:38:23 +0000 |
commit | 112a690f8f62a5ca0d51773afac1b3f40a0c0d54 (patch) | |
tree | 28216fb7332b89ef406689caf12a9114649fe469 /graphics/sdl2_gfx | |
parent | 486a2e54b7e27c3494112b34c1d3fc12586efc76 (diff) |
Notes
Diffstat (limited to 'graphics/sdl2_gfx')
-rw-r--r-- | graphics/sdl2_gfx/Makefile | 10 | ||||
-rw-r--r-- | graphics/sdl2_gfx/pkg-plist | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/graphics/sdl2_gfx/Makefile b/graphics/sdl2_gfx/Makefile index d35fb2f927fc..8c0e1a991612 100644 --- a/graphics/sdl2_gfx/Makefile +++ b/graphics/sdl2_gfx/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdl2_gfx PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ MASTER_SITE_SUBDIR= SDL2_gfx @@ -14,9 +14,10 @@ COMMENT= SDL graphics drawing primitives and other support functions LICENSE= ZLIB -USES= pathfix gmake libtool:oldver -USE_SDL= sdl2 GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= gmake libtool pathfix +USE_SDL= sdl2 USE_LDCONFIG= yes OPTIONS_DEFINE= MMX @@ -24,4 +25,7 @@ OPTIONS_DEFINE= MMX MMX_CONFIGURE_ENABLE= mmx MMX_CFLAGS= -DUSE_MMX +post-patch: + ${TOUCH} -mr ${WRKSRC}/configure.in ${WRKSRC}/aclocal.m4 + .include <bsd.port.mk> diff --git a/graphics/sdl2_gfx/pkg-plist b/graphics/sdl2_gfx/pkg-plist index 6c2af6f6f12d..237ffc1a4db2 100644 --- a/graphics/sdl2_gfx/pkg-plist +++ b/graphics/sdl2_gfx/pkg-plist @@ -4,6 +4,6 @@ include/SDL2/SDL2_imageFilter.h include/SDL2/SDL2_rotozoom.h libdata/pkgconfig/SDL2_gfx.pc lib/libSDL2_gfx-1.0.so.0 -lib/libSDL2_gfx-1.0.so +lib/libSDL2_gfx-1.0.so.0.0.1 lib/libSDL2_gfx.a lib/libSDL2_gfx.so |