ports/55057: Update port: graphics/sdl_gfx

KATO Tsuguru tkato at prontomail.com
Wed Jul 30 15:30:35 UTC 2003


>Number:         55057
>Category:       ports
>Synopsis:       Update port: graphics/sdl_gfx
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 30 08:30:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Utilize USE_SDL

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/sdl_gfx/Makefile graphics/sdl_gfx/Makefile
--- /usr/ports/graphics/sdl_gfx/Makefile	Thu Jul 17 12:07:54 2003
+++ graphics/sdl_gfx/Makefile	Wed Jul 30 23:26:24 2003
@@ -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 at 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
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list