1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

- Use new bsd.sdl.mk knobs

This commit is contained in:
Kirill Ponomarev 2004-01-20 17:37:47 +00:00
parent 7eb536ae40
commit f554f89c4f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98661
4 changed files with 7 additions and 17 deletions

View File

@ -15,16 +15,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= krion@FreeBSD.org
COMMENT= Destroy as many targets as possible
LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
USE_GMAKE= yes
USE_SDL= yes
USE_SDL= sdl mixer
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-profile-path=/var/games
USE_REINPLACE= yes
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
CPPFLAGS="-I${X11BASE}/include"
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include"
post-patch:
@${REINPLACE_CMD} -e 's|applications|applnk/Applications|g' \

View File

@ -13,8 +13,7 @@ MASTER_SITES= http://briquolo.free.fr/download/
MAINTAINER= krion@FreeBSD.org
COMMENT= Breakout clone with an OpenGL 3D representation
LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
GUI.0:${PORTSDIR}/graphics/guilib \
LIB_DEPENDS= GUI.0:${PORTSDIR}/graphics/guilib \
png.5:${PORTSDIR}/graphics/png
USE_BZIP2= yes
@ -24,7 +23,7 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
USE_SDL= yes
USE_SDL= mixer sdl
post-patch:
@${FIND} ${WRKSRC} -name "*.cpp" | ${XARGS} \

View File

@ -14,15 +14,12 @@ MASTER_SITE_SUBDIR= snowstorm
MAINTAINER= krion@FreeBSD.org
COMMENT= SDL port of an old DOS game called Gladiator
LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_SDL= yes
USE_SDL= sdl mixer
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
CPPFLAGS="-I${X11BASE}/include"
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include"
PLIST_SUB= DOCDIR=share/doc/${PORTNAME}
post-configure:

View File

@ -15,11 +15,8 @@ DISTNAME= Shaaft-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Shaaft is an OpenGL 3D falling block game similar to Blockout
LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
SDL_image.10:${PORTSDIR}/graphics/sdl_image
USE_BZIP2= yes
USE_SDL= yes
USE_SDL= mixer image sdl
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \