aboutsummaryrefslogtreecommitdiff
path: root/graphics/sdl_gfx/Makefile
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-31 07:06:09 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-31 07:06:09 +0000
commitff4f979fc5ad7195031491a62a67b8cf66ea3598 (patch)
tree983696eb191d2a23281553d08ff3d63489112cc4 /graphics/sdl_gfx/Makefile
parentefb47a631547f41f9c49da5b37e713bf0d053e34 (diff)
downloadports-ff4f979fc5ad7195031491a62a67b8cf66ea3598.tar.gz
ports-ff4f979fc5ad7195031491a62a67b8cf66ea3598.zip
update graphics/sdl_gfx:
- Utilize USE_SDL PR: 55057 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=86016
Diffstat (limited to 'graphics/sdl_gfx/Makefile')
-rw-r--r--graphics/sdl_gfx/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile
index d001e8e36dc5..95db11255673 100644
--- a/graphics/sdl_gfx/Makefile
+++ b/graphics/sdl_gfx/Makefile
@@ -9,20 +9,17 @@
PORTNAME= sdl_gfx
PORTVERSION= 2.0.8
CATEGORIES= graphics
-MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/
+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
-LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12
-
-SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
-
+USE_SDL= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
-CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
INSTALLS_SHLIB= yes