build w/mikmod support, no longer a flavor. ok pvalchev@
This commit is contained in:
parent
ef0f2c1f3f
commit
b9bdff2d77
@ -1,12 +1,12 @@
|
|||||||
# $OpenBSD: Makefile,v 1.15 2003/05/12 08:23:46 jolan Exp $
|
# $OpenBSD: Makefile,v 1.16 2003/05/12 22:36:32 jolan Exp $
|
||||||
|
|
||||||
COMMENT= "SDL multi-channel audio mixer library"
|
COMMENT= "SDL multi-channel audio mixer library"
|
||||||
|
|
||||||
DISTNAME= SDL_mixer-1.2.5
|
DISTNAME= SDL_mixer-1.2.5
|
||||||
PKGNAME= ${DISTNAME:L:S/_/-/}
|
PKGNAME= ${DISTNAME:L:S/_/-/}p0
|
||||||
CATEGORIES= devel audio
|
CATEGORIES= devel audio
|
||||||
|
|
||||||
MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/
|
MASTER_SITES= ${HOMEPAGE}release/
|
||||||
|
|
||||||
HOMEPAGE= http://www.libsdl.org/projects/SDL_mixer/
|
HOMEPAGE= http://www.libsdl.org/projects/SDL_mixer/
|
||||||
|
|
||||||
@ -18,21 +18,13 @@ PERMIT_PACKAGE_FTP= Yes
|
|||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
FLAVORS= mikmod
|
USE_X11= Yes
|
||||||
FLAVOR?=
|
|
||||||
|
|
||||||
LIB_DEPENDS= SDL::devel/sdl \
|
LIB_DEPENDS= SDL::devel/sdl \
|
||||||
|
mikmod.2::audio/libmikmod \
|
||||||
smpeg.1::devel/smpeg \
|
smpeg.1::devel/smpeg \
|
||||||
vorbis.0,vorbisfile.1::audio/libvorbis
|
vorbis.0,vorbisfile.1::audio/libvorbis
|
||||||
|
|
||||||
.if ${FLAVOR:L:Mmikmod}
|
|
||||||
LIB_DEPENDS+= mikmod.::audio/libmikmod
|
|
||||||
.else
|
|
||||||
CONFIGURE_ARGS+=--disable-music-mod
|
|
||||||
.endif
|
|
||||||
|
|
||||||
USE_X11= Yes
|
|
||||||
|
|
||||||
SEPARATE_BUILD= concurrent
|
SEPARATE_BUILD= concurrent
|
||||||
CONFIGURE_STYLE= gnu
|
CONFIGURE_STYLE= gnu
|
||||||
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${X11BASE}/lib"
|
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${X11BASE}/lib"
|
||||||
|
@ -3,9 +3,4 @@ any number of simultaneously playing channels of 16 bit stereo audio,
|
|||||||
plus a single channel of music, mixed by the popular MikMod MOD, Ogg
|
plus a single channel of music, mixed by the popular MikMod MOD, Ogg
|
||||||
Vorbis, Timidity MIDI, and SMPEG MP3 libraries.
|
Vorbis, Timidity MIDI, and SMPEG MP3 libraries.
|
||||||
|
|
||||||
A Package can be built with an additional flavor:
|
|
||||||
|
|
||||||
mikmod: Enable MOD music via mikmod.
|
|
||||||
This FLAVOR requires the libmikmod package.
|
|
||||||
|
|
||||||
WWW: ${HOMEPAGE}
|
WWW: ${HOMEPAGE}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user