freebsd-ports/graphics/sdl_gfx/Makefile
Daichi GOTO ff4f979fc5 update graphics/sdl_gfx:
- Utilize USE_SDL

PR:		55057
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-07-31 07:06:09 +00:00

34 lines
845 B
Makefile

# ex:ts=8
# Ports collection makefile for: sdl_gfx
# Date created: Apr 25, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= sdl_gfx
PORTVERSION= 2.0.8
CATEGORIES= graphics
MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/
MASTER_SIET_SUBDIR= SDL_gfx-${PORTVERSION:R}
DISTNAME= SDL_gfx-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= SDL graphics drawing primitives and other support functions
USE_SDL= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} 's|^libSDL_gfxincludedir.*|&/SDL11|' \
${WRKSRC}/Makefile.in
.for file in configure SDL_gfxPrimitives.h SDL_framerate.h SDL_rotozoom.h
@${REINPLACE_CMD} 's|<SDL/SDL|<SDL|g' ${WRKSRC}/${file}
.endfor
.include <bsd.port.mk>