svn commit: r340156 - head/graphics/sdl_gfx

Marcus von Appen mva at FreeBSD.org
Sat Jan 18 09:07:04 UTC 2014


Author: mva
Date: Sat Jan 18 09:07:03 2014
New Revision: 340156
URL: http://svnweb.freebsd.org/changeset/ports/340156
QAT: https://qat.redports.org/buildarchive/r340156/

Log:
  - Enable stagedir support
  - Add LICENSE
  - Convert USE_GMAKE=yes -> USES=gmake

Modified:
  head/graphics/sdl_gfx/Makefile

Modified: head/graphics/sdl_gfx/Makefile
==============================================================================
--- head/graphics/sdl_gfx/Makefile	Sat Jan 18 08:59:01 2014	(r340155)
+++ head/graphics/sdl_gfx/Makefile	Sat Jan 18 09:07:03 2014	(r340156)
@@ -11,10 +11,11 @@ DISTNAME=	SDL_gfx-${PORTVERSION}
 MAINTAINER=	mva at FreeBSD.org
 COMMENT=	SDL graphics drawing primitives and other support functions
 
-USES=		pathfix
+LICENSE=	ZLIB
+
+USES=		gmake pathfix
 USE_AUTOTOOLS=	libtool
 USE_SDL=	sdl
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include
 MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
@@ -23,14 +24,7 @@ USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE_i386=	MMX
 
-NO_STAGE=	yes
-.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>


More information about the svn-ports-all mailing list