diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-31 15:06:09 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-31 15:06:09 +0800 |
commit | 2f7bbd009e4b3e61f085d120ff4218d9e5a4c49b (patch) | |
tree | 8f611a808b63fbf26a5009ad25dfb08cc578bede /graphics/sdl_gfx | |
parent | 301a2958b58a8ae31d64100583862252593e5cde (diff) | |
download | freebsd-ports-graphics-2f7bbd009e4b3e61f085d120ff4218d9e5a4c49b.tar.gz freebsd-ports-graphics-2f7bbd009e4b3e61f085d120ff4218d9e5a4c49b.tar.zst freebsd-ports-graphics-2f7bbd009e4b3e61f085d120ff4218d9e5a4c49b.zip |
update graphics/sdl_gfx:
- Utilize USE_SDL
PR: 55057
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/sdl_gfx')
-rw-r--r-- | graphics/sdl_gfx/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index d001e8e36dc..95db1125567 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 |