Let ports use the USE_SDL macro.

This commit is contained in:
Edwin Groothuis 2004-01-23 22:24:30 +00:00
parent 37fed81ac9
commit ee1faa5ae2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98923
9 changed files with 12 additions and 32 deletions

View File

@ -16,9 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Create simple GUI interfaces for entertainment PC
LIB_DEPENDS= SDL_gui.0:${PORTSDIR}/x11-toolkits/sdl_gui
USE_SDL= yes
USE_SDL= sdl gui
USE_GNOME= gnometarget libxml2
USE_GETOPT_LONG= yes
USE_REINPLACE= yes

View File

@ -14,10 +14,7 @@ DISTFILES= # none
MAINTAINER= ports@FreeBSD.org
COMMENT= A SDL Linux Developer's BandAiD
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
USE_SDL= sdl
NO_BUILD= yes
NO_WRKSUBDIR= yes

View File

@ -16,11 +16,8 @@ DISTNAME= SDLmm-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A C++ Wrapper for the SDL (Simple DirectMedia Layer)
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
USE_SDL= sdl
GNU_CONFIGURE= yes
CONFIGURE_ENV= SDL_CONFIG=${SDL_CONFIG}
INSTALLS_SHLIB= yes
MAN3= SDLmm.3 SDLmm_Audio.3 SDLmm_BaseSurface.3 SDLmm_CD.3 SDLmm_ColorRGB.3 \

View File

@ -15,8 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GameBoy(tm) emulator
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
USE_SDL= sdl
GNU_CONFIGURE= yes
USE_REINPLACE= yes
USE_GMAKE= yes

View File

@ -15,16 +15,14 @@ MASTER_SITES= http://gnuboy.unix-fu.org/src/ \
MAINTAINER= ijliao@FreeBSD.org
COMMENT= Nintendo GameBoy emulator
LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib \
SDL-1.1.5:${PORTSDIR}/devel/sdl12
LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib
USE_SDL= sdl
USE_REINPLACE= yes
USE_XLIB= yes
USE_AUTOCONF= yes
GNU_CONFIGURE= yes
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
CONFIGURE_ENV= SDL_CONFIG=${SDL_CONFIG} \
CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS= --with-sdl
post-patch:

View File

@ -14,11 +14,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Make a simple GUI under OpenGL
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
freetype.9:${PORTSDIR}/print/freetype2
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
USE_SDL= sdl
USE_REINPLACE= yes
USE_GL= yes
USE_GMAKE= yes

View File

@ -17,14 +17,12 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Cross-platform high-level application framework and GUI library
LIB_DEPENDS= physfs-0.1.9:${PORTSDIR}/devel/physfs \
SDL_image.10:${PORTSDIR}/graphics/sdl_image \
SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \
expat.4:${PORTSDIR}/textproc/expat2
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_LIBTOOL= yes
USE_SDL= yes
USE_SDL= sdl image ttf
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}"

View File

@ -17,14 +17,12 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Cross-platform high-level application framework and GUI library
LIB_DEPENDS= physfs-0.1.9:${PORTSDIR}/devel/physfs \
SDL_image.10:${PORTSDIR}/graphics/sdl_image \
SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \
expat.4:${PORTSDIR}/textproc/expat2
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_LIBTOOL= yes
USE_SDL= yes
USE_SDL= sdl image ttf
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}"

View File

@ -16,10 +16,7 @@ DISTNAME= SDL_gui-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Graphical User Interface library for SDL
LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image \
SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf
USE_SDL= yes
USE_SDL= sdl image ttf
USE_REINPLACE= yes
USE_LIBTOOL= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore