enable speex/flac support, bump pkgname
This commit is contained in:
parent
665ab2b5a9
commit
3f56f150be
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/10/27 03:07:33 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2004/03/31 03:49:16 jolan Exp $
|
||||
|
||||
COMMENT= "library that handles the decoding of sound file formats"
|
||||
DISTNAME= SDL_sound-1.0.1
|
||||
PKGNAME= ${DISTNAME:L:S/_/-/}
|
||||
PKGNAME= ${DISTNAME:L:S/_/-/}p0
|
||||
CATEGORIES= devel audio
|
||||
MASTER_SITES= ${HOMEPAGE}downloads/
|
||||
|
||||
@ -16,14 +16,16 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
LIB_DEPENDS+= physfs.9.0::devel/physfs \
|
||||
LIB_DEPENDS+= physfs.0.0::devel/physfs \
|
||||
SDL.2.0::devel/sdl \
|
||||
smpeg.1.3::devel/smpeg \
|
||||
mikmod.2.4::audio/libmikmod \
|
||||
vorbis.2.0,vorbisenc.2.0,vorbisfile.3.0::audio/libvorbis
|
||||
vorbis.2.0,vorbisenc.2.0,vorbisfile.3.0::audio/libvorbis \
|
||||
FLAC.5.2::audio/flac \
|
||||
speex.2.2::audio/speex
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS+=--disable-flac --disable-modplug --disable-speex
|
||||
CONFIGURE_ARGS+=--disable-modplug
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user