diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-29 19:40:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-29 19:40:15 +0800 |
commit | 89322ccbf8b1795a5b70268117f0a4aaf455c389 (patch) | |
tree | 5bd6efc814a523aba2d7a9adaf1d79b97a97becc /graphics/sdl_gfx | |
parent | acbc592e7c36305009ba4717276c3a46a0c3268e (diff) | |
download | freebsd-ports-gnome-89322ccbf8b1795a5b70268117f0a4aaf455c389.tar.gz freebsd-ports-gnome-89322ccbf8b1795a5b70268117f0a4aaf455c389.tar.zst freebsd-ports-gnome-89322ccbf8b1795a5b70268117f0a4aaf455c389.zip |
Convert to USES=autoreconf
Strip binaries
Diffstat (limited to 'graphics/sdl_gfx')
-rw-r--r-- | graphics/sdl_gfx/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index 2fab146739e7..b360c6970234 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdl_gfx PORTVERSION= 2.0.25 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R} @@ -14,14 +14,13 @@ COMMENT= SDL graphics drawing primitives and other support functions LICENSE= ZLIB -USES= gmake libtool pathfix +USES= autoreconf gmake libtool pathfix PATHFIX_MAKEFILEIN= Makefile.am -USE_AUTOTOOLS= libtoolize aclocal autoconf automake -AUTOMAKE_ARGS= -a -c -f USE_SDL= sdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include USE_LDCONFIG= yes +INSTALL_TARGET= install-strip OPTIONS_DEFINE_i386= MMX OPTIONS_DEFINE_amd64= MMX |