Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2014 09:07:04 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340156 - head/graphics/sdl_gfx
Message-ID:  <201401180907.s0I974eW067109@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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