freebsd-ports/graphics/sdl_gfx/Makefile
Norikatsu Shigemura 53b34d3742 Use the same header location as other SDL families.
PR:		ports/48611
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-04-04 21:05:50 +00:00

33 lines
718 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.3
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/
DISTNAME= SDL_gfx-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= SDL graphics drawing primitives and other support functions
LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
INSTALLS_SHLIB= yes
post-patch:
${REINPLACE_CMD} 's,^libSDL_gfxincludedir.*,&/SDL11,' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>