Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2015 11:40:15 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382592 - head/graphics/sdl_gfx
Message-ID:  <201503291140.t2TBeFK6066030@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Mar 29 11:40:15 2015
New Revision: 382592
URL: https://svnweb.freebsd.org/changeset/ports/382592
QAT: https://qat.redports.org/buildarchive/r382592/

Log:
  Convert to USES=autoreconf
  Strip binaries

Modified:
  head/graphics/sdl_gfx/Makefile

Modified: head/graphics/sdl_gfx/Makefile
==============================================================================
--- head/graphics/sdl_gfx/Makefile	Sun Mar 29 11:38:25 2015	(r382591)
+++ head/graphics/sdl_gfx/Makefile	Sun Mar 29 11:40:15 2015	(r382592)
@@ -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
 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503291140.t2TBeFK6066030>