aboutsummaryrefslogtreecommitdiff
path: root/graphics/sdl_gfx/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-04-04 21:05:50 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-04-04 21:05:50 +0000
commit53b34d3742a3cf8e377162ebbeea649b55aaf381 (patch)
treef2b02fb2444658ed2ae0dad4f79147c784195c57 /graphics/sdl_gfx/Makefile
parent7025199be860a544446722129868982b01ad8300 (diff)
downloadports-53b34d3742a3cf8e377162ebbeea649b55aaf381.tar.gz
ports-53b34d3742a3cf8e377162ebbeea649b55aaf381.zip
Use the same header location as other SDL families.
PR: ports/48611 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes: svn path=/head/; revision=78214
Diffstat (limited to 'graphics/sdl_gfx/Makefile')
-rw-r--r--graphics/sdl_gfx/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile
index b25f0b5f8171..91cad988d3a7 100644
--- a/graphics/sdl_gfx/Makefile
+++ b/graphics/sdl_gfx/Makefile
@@ -8,7 +8,7 @@
PORTNAME= sdl_gfx
PORTVERSION= 2.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/
DISTNAME= SDL_gfx-${PORTVERSION}
@@ -20,9 +20,14 @@ 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>