freebsd-ports/graphics/sdl_gfx/Makefile
Marcus von Appen 529cc5bf91 - Enable stagedir support
- Add LICENSE
- Convert USE_GMAKE=yes -> USES=gmake
2014-01-18 09:07:03 +00:00

30 lines
675 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= sdl_gfx
PORTVERSION= 2.0.24
CATEGORIES= graphics
MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/
MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R}
DISTNAME= SDL_gfx-${PORTVERSION}
MAINTAINER= mva@FreeBSD.org
COMMENT= SDL graphics drawing primitives and other support functions
LICENSE= ZLIB
USES= gmake pathfix
USE_AUTOTOOLS= libtool
USE_SDL= sdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
USE_LDCONFIG= yes
OPTIONS_DEFINE_i386= MMX
MMX_CONFIGURE_ENABLE= mmx
MMX_CFLAGS= -DUSE_MMX
.include <bsd.port.mk>