- Enable stagedir support

- Add LICENSE
- Convert USE_GMAKE=yes -> USES=gmake
This commit is contained in:
Marcus von Appen 2014-01-18 09:07:03 +00:00
parent 4699179ea9
commit 529cc5bf91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340156

View File

@ -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>