View | Details | Raw Unified | Return to bug 61807
Collapse All | Expand All

(-)devel/directfb/Makefile (-5 / +2 lines)
Lines 16-29 Link Here
16
COMMENT=	Graphic development lightweight API
16
COMMENT=	Graphic development lightweight API
17
17
18
LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
18
LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
19
		SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
20
		png.5:${PORTSDIR}/graphics/png
19
		png.5:${PORTSDIR}/graphics/png
21
20
22
SDL_CONFIG=	${LOCALBASE}/bin/sdl11-config
21
CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS}" \
23
24
CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}" \
25
	    	CPPFLAGS="${PTHREAD_CFLAGS}" \
26
		LDFLAGS="${PTHREAD_LIBS}"
22
		LDFLAGS="${PTHREAD_LIBS}"
23
USE_SDL=	sdl
27
USE_LIBTOOL=	yes
24
USE_LIBTOOL=	yes
28
USE_GMAKE=	yes
25
USE_GMAKE=	yes
29
INSTALLS_SHLIB=	yes
26
INSTALLS_SHLIB=	yes
(-)devel/libuta/Makefile (-2 / +2 lines)
Lines 19-25 Link Here
19
19
20
USE_FREETYPE=	yes
20
USE_FREETYPE=	yes
21
USE_LIBTOOL=	yes
21
USE_LIBTOOL=	yes
22
USE_SDL=	yes
22
USE_SDL=	sdl
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
USE_REINPLACE=	yes
24
USE_REINPLACE=	yes
25
INSTALLS_SHLIB=	yes
25
INSTALLS_SHLIB=	yes
Lines 38-44 Link Here
38
.endif
38
.endif
39
39
40
.if defined(WITH_SDL_MIXER)
40
.if defined(WITH_SDL_MIXER)
41
USE_SDL=	mixer sdl
41
USE_SDL+=	mixer
42
.endif
42
.endif
43
43
44
pre-everything::
44
pre-everything::
(-)devel/p5-SDL/Makefile (-6 / +6 lines)
Lines 16-43 Link Here
16
LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \
16
LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \
17
		jpeg.9:${PORTSDIR}/graphics/jpeg
17
		jpeg.9:${PORTSDIR}/graphics/jpeg
18
18
19
USE_SDL=	yes
19
USE_SDL=	sdl
20
20
21
.include <bsd.port.pre.mk>
21
.include <bsd.port.pre.mk>
22
22
23
.if !defined(WITHOUT_SDL_TTF)
23
.if !defined(WITHOUT_SDL_TTF)
24
USE_SDL=	ttf sdl
24
USE_SDL+=	ttf
25
.endif
25
.endif
26
26
27
.if !defined(WITHOUT_SDL_NET)
27
.if !defined(WITHOUT_SDL_NET)
28
USE_SDL=	net sdl
28
USE_SDL+=	net
29
.endif
29
.endif
30
30
31
.if !defined(WITHOUT_SDL_GFX)
31
.if !defined(WITHOUT_SDL_GFX)
32
USE_SDL=	gfx sdl
32
USE_SDL+=	gfx
33
.endif
33
.endif
34
34
35
.if !defined(WITHOUT_SDL_IMAGE)
35
.if !defined(WITHOUT_SDL_IMAGE)
36
USE_SDL=	image sdl
36
USE_SDL+=	image
37
.endif
37
.endif
38
38
39
.if !defined(WITHOUT_SDL_MIXER)
39
.if !defined(WITHOUT_SDL_MIXER)
40
USE_SDL=	mixer sdl
40
USE_SDL+=	mixer
41
.endif
41
.endif
42
42
43
.if ${PERL_LEVEL} < 500600
43
.if ${PERL_LEVEL} < 500600
(-)emulators/dosbox/Makefile (-3 / +2 lines)
Lines 14-25 Link Here
14
MAINTAINER=	knyghtmare@knyghtmare.com
14
MAINTAINER=	knyghtmare@knyghtmare.com
15
COMMENT=	An emulator of a PC with DOS
15
COMMENT=	An emulator of a PC with DOS
16
16
17
LIB_DEPENDS=	SDL_net.0:${PORTSDIR}/net/sdl_net \
17
LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
18
		png.5:${PORTSDIR}/graphics/png
19
18
20
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
21
USE_REINPLACE=	yes
20
USE_REINPLACE=	yes
22
USE_SDL=	yes
21
USE_SDL=	sdl net
23
22
24
MAN1=		dosbox.1
23
MAN1=		dosbox.1
25
PKGMESSAGE=	${WRKDIR}/pkg-message
24
PKGMESSAGE=	${WRKDIR}/pkg-message
(-)emulators/xmame/Makefile (-2 / +1 lines)
Lines 195-202 Link Here
195
	@${ECHO_MSG} "'make options' for more information."
195
	@${ECHO_MSG} "'make options' for more information."
196
	@exit 1
196
	@exit 1
197
.endif
197
.endif
198
LIB_DEPENDS=	SDL-1.1.5:${PORTSDIR}/devel/sdl12
198
USE_SDL=	sdl
199
SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
200
DISPLAY_METHOD=	SDL
199
DISPLAY_METHOD=	SDL
201
SDLSOUNDCOMMENT=
200
SDLSOUNDCOMMENT=
202
.endif
201
.endif
(-)emulators/yape/Makefile (-3 / +1 lines)
Lines 14-24 Link Here
14
MAINTAINER=	janos.mohacsi@bsd.hu
14
MAINTAINER=	janos.mohacsi@bsd.hu
15
COMMENT=	Yet Another Commodore +4 Emulator
15
COMMENT=	Yet Another Commodore +4 Emulator
16
16
17
LIB_DEPENDS=	SDL-1.1.5:${PORTSDIR}/devel/sdl12
17
USE_SDL=	sdl
18
19
NO_WRKSUBDIR=	yes
18
NO_WRKSUBDIR=	yes
20
USE_REINPLACE=	yes
19
USE_REINPLACE=	yes
21
SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
22
USE_GMAKE=	yes
20
USE_GMAKE=	yes
23
ALL_TARGET=	yape
21
ALL_TARGET=	yape
24
22
(-)emulators/zsnes/Makefile (-5 / +2 lines)
Lines 18-26 Link Here
18
18
19
# This must be >= 0.98!
19
# This must be >= 0.98!
20
BUILD_DEPENDS=	nasm:${PORTSDIR}/devel/nasm
20
BUILD_DEPENDS=	nasm:${PORTSDIR}/devel/nasm
21
LIB_DEPENDS=	SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
21
LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
22
		png.5:${PORTSDIR}/graphics/png
23
22
23
USE_SDL=	sdl
24
USE_X_PREFIX=	yes
24
USE_X_PREFIX=	yes
25
USE_GMAKE=	yes
25
USE_GMAKE=	yes
26
26
Lines 28-36 Link Here
28
28
29
# non-portable, for a portable version see emulators/snes9x
29
# non-portable, for a portable version see emulators/snes9x
30
ONLY_FOR_ARCHS=	i386
30
ONLY_FOR_ARCHS=	i386
31
32
SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
33
CONFIGURE_ENV+=	SDL_CONFIG=${SDL_CONFIG}
34
31
35
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
32
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
36
33
(-)graphics/synaesthesia/Makefile (-5 / +1 lines)
Lines 13-29 Link Here
13
MAINTAINER=	petef@FreeBSD.org
13
MAINTAINER=	petef@FreeBSD.org
14
COMMENT=	Graphically represents sound in real time
14
COMMENT=	Graphically represents sound in real time
15
15
16
LIB_DEPENDS=	SDL-1.1.5:${PORTSDIR}/devel/sdl12
16
USE_SDL=	yes
17
18
SDL_CONFIG=	${LOCALBASE}/bin/sdl11-config
19
20
USE_GMAKE=	Yes
17
USE_GMAKE=	Yes
21
USE_REINPLACE=	Yes
18
USE_REINPLACE=	Yes
22
USE_X_PREFIX=	Yes
19
USE_X_PREFIX=	Yes
23
20
24
GNU_CONFIGURE=	Yes
21
GNU_CONFIGURE=	Yes
25
CONFIGURE_ARGS=	--with-sdl-prefix=${LOCALBASE}
22
CONFIGURE_ARGS=	--with-sdl-prefix=${LOCALBASE}
26
CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}"
27
23
28
post-patch:
24
post-patch:
29
	@${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,' `${FIND} ${WRKSRC} -name \*.cc -or -name \*.c`
25
	@${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,' `${FIND} ${WRKSRC} -name \*.cc -or -name \*.c`
(-)graphics/vp/Makefile (-3 / +1 lines)
Lines 14-28 Link Here
14
MAINTAINER=	markp@FreeBSD.org
14
MAINTAINER=	markp@FreeBSD.org
15
COMMENT=	An image viewer for X
15
COMMENT=	An image viewer for X
16
16
17
LIB_DEPENDS=	SDL_image.10:${PORTSDIR}/graphics/sdl_image
17
USE_SDL=	image
18
18
19
SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
20
USE_GETOPT_LONG=yes
19
USE_GETOPT_LONG=yes
21
USE_LIBTOOL=	yes
20
USE_LIBTOOL=	yes
22
CPPFLAGS=	-I${LOCALBASE}/include
21
CPPFLAGS=	-I${LOCALBASE}/include
23
LDFLAGS=	-L${LOCALBASE}/lib
22
LDFLAGS=	-L${LOCALBASE}/lib
24
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
23
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
25
		SDL_CONFIG="${SDL_CONFIG}" \
26
		ac_cv_func_getopt_long=yes
24
		ac_cv_func_getopt_long=yes
27
USE_REINPLACE=	yes
25
USE_REINPLACE=	yes
28
MAN1=		vp.1
26
MAN1=		vp.1
(-)graphics/xmms-infinity/Makefile (-6 / +2 lines)
Lines 14-27 Link Here
14
MAINTAINER=	dyeske@yahoo.com
14
MAINTAINER=	dyeske@yahoo.com
15
COMMENT=	A XMMS plug-in which generate full-screen interactive light effects
15
COMMENT=	A XMMS plug-in which generate full-screen interactive light effects
16
16
17
LIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms \
17
LIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms
18
		SDL-1.1.5:${PORTSDIR}/devel/sdl12
19
RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
18
RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
20
19
21
SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
20
USE_SDL=	sdl
22
23
CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}"
24
25
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
26
USE_REINPLACE=	yes
22
USE_REINPLACE=	yes
27
USE_GMAKE=	yes
23
USE_GMAKE=	yes
(-)graphics/xmms-jess/Makefile (-4 / +1 lines)
Lines 15-26 Link Here
15
COMMENT=	A XMMS visualization plugin that uses SDL
15
COMMENT=	A XMMS visualization plugin that uses SDL
16
16
17
BUILD_DEPENDS=	xmms-config:${PORTSDIR}/multimedia/xmms
17
BUILD_DEPENDS=	xmms-config:${PORTSDIR}/multimedia/xmms
18
LIB_DEPENDS=	SDL-1.1.5:${PORTSDIR}/devel/sdl12
19
RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
18
RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
20
19
21
SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
20
USE_SDL=	sdl
22
23
CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}"
24
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
25
USE_GNOME=	glib12
22
USE_GNOME=	glib12
26
USE_X_PREFIX=	yes
23
USE_X_PREFIX=	yes
(-)graphics/xmms-nebulus/Makefile (-5 / +1 lines)
Lines 14-22 Link Here
14
COMMENT=	A XMMS visualization plugin that uses SDL and OpenGL
14
COMMENT=	A XMMS visualization plugin that uses SDL and OpenGL
15
15
16
BUILD_DEPENDS=	xmms-config:${PORTSDIR}/multimedia/xmms
16
BUILD_DEPENDS=	xmms-config:${PORTSDIR}/multimedia/xmms
17
LIB_DEPENDS=	SDL-1.1.5:${PORTSDIR}/devel/sdl12
18
RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
17
RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
19
18
19
USE_SDL=	sdl
20
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
21
USE_MESA=	yes
21
USE_MESA=	yes
22
USE_GNOME=	gtk12
22
USE_GNOME=	gtk12
Lines 25-34 Link Here
25
USE_REINPLACE=	yes
25
USE_REINPLACE=	yes
26
26
27
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include"
27
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include"
28
29
SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
30
CONFIGURE_ENV+=	SDL_CONFIG=${SDL_CONFIG}
31
MAKE_ENV+=	SDL_CONFIG=${SDL_CONFIG}
32
28
33
post-patch:
29
post-patch:
34
	@${REINPLACE_CMD} -E -e \
30
	@${REINPLACE_CMD} -E -e \
(-)graphics/xmms-paranormal/Makefile (-4 / +3 lines)
Lines 15-28 Link Here
15
MAINTAINER=	dyeske@yahoo.com
15
MAINTAINER=	dyeske@yahoo.com
16
COMMENT=	An adaptation of the "OpenGL Spectrum Analyzer" from XMMS
16
COMMENT=	An adaptation of the "OpenGL Spectrum Analyzer" from XMMS
17
17
18
LIB_DEPENDS=	xml2:${PORTSDIR}/textproc/libxml2 \
18
LIB_DEPENDS=	xml2:${PORTSDIR}/textproc/libxml2
19
		SDL-1.1.5:${PORTSDIR}/devel/sdl12
20
BUILD_DEPENDS=	xmms-config:${PORTSDIR}/multimedia/xmms
19
BUILD_DEPENDS=	xmms-config:${PORTSDIR}/multimedia/xmms
21
RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
20
RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
22
21
23
SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
22
CONFIGURE_ENV+=	CFLAGS="-I${LOCALBASE}/include/libxml2/libxml"
24
CONFIGURE_ENV+=	CFLAGS="-I${LOCALBASE}/include/libxml2/libxml" SDL_CONFIG="${SDL_CONFIG}"
25
23
24
USE_SDL=	sdl
26
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
27
INSTALLS_SHLIB=	yes
26
INSTALLS_SHLIB=	yes
28
USE_GNOME=	gtk12
27
USE_GNOME=	gtk12
(-)lang/lush/Makefile (-3 / +2 lines)
Lines 13-24 Link Here
13
MAINTAINER=	dyeske@yahoo.com
13
MAINTAINER=	dyeske@yahoo.com
14
COMMENT=	A high level object-oriented programming language
14
COMMENT=	A high level object-oriented programming language
15
15
16
LIB_DEPENDS=	SDL_image.10:${PORTSDIR}/graphics/sdl_image \
16
LIB_DEPENDS=	intl.5:${PORTSDIR}/devel/gettext-old
17
		intl.5:${PORTSDIR}/devel/gettext-old
18
17
19
USE_X_PREFIX=	yes
18
USE_X_PREFIX=	yes
20
USE_GL=		yes
19
USE_GL=		yes
21
USE_SDL=	yes
20
USE_SDL=	sdl image
22
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
23
USE_REINPLACE=	yes
22
USE_REINPLACE=	yes
24
23
(-)misc/explosions/Makefile (-5 / +1 lines)
Lines 14-27 Link Here
14
MAINTAINER=	petef@FreeBSD.org
14
MAINTAINER=	petef@FreeBSD.org
15
COMMENT=	3D objects flying around resembling explosions with various effects
15
COMMENT=	3D objects flying around resembling explosions with various effects
16
16
17
LIB_DEPENDS=	SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
17
USE_SDL=	sdl image
18
		SDL_image.10:${PORTSDIR}/graphics/sdl_image
19
20
USE_GMAKE=	yes
18
USE_GMAKE=	yes
21
USE_PERL5_BUILD=yes
19
USE_PERL5_BUILD=yes
22
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
23
24
SDL_CONFIG=	${LOCALBASE}/bin/sdl11-config
25
21
26
post-patch:
22
post-patch:
27
	@${PERL} -pi -e 's!CFLAGS=-Wall -O2!CFLAGS+=-Wall!; \
23
	@${PERL} -pi -e 's!CFLAGS=-Wall -O2!CFLAGS+=-Wall!; \

Return to bug 61807