2006-07-11 11:28:24 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2006/07/11 15:28:24 steven Exp $
|
2003-10-26 22:07:33 -05:00
|
|
|
|
|
|
|
COMMENT= "library that handles the decoding of sound file formats"
|
|
|
|
DISTNAME= SDL_sound-1.0.1
|
2006-01-13 18:40:22 -05:00
|
|
|
PKGNAME= ${DISTNAME:L:S/_/-/}p2
|
|
|
|
SHARED_LIBS= SDL_sound 2.0
|
2003-10-26 22:07:33 -05:00
|
|
|
CATEGORIES= devel audio
|
2006-07-11 11:28:24 -04:00
|
|
|
MASTER_SITES= http://offload1.icculus.org/SDL_sound/downloads/
|
2003-10-26 22:07:33 -05:00
|
|
|
|
|
|
|
HOMEPAGE= http://icculus.org/SDL_sound/
|
|
|
|
|
|
|
|
MAINTAINER= Jolan Luff <jolan@openbsd.org>
|
|
|
|
|
|
|
|
# LGPL
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2004-11-23 19:11:03 -05:00
|
|
|
WANTLIB= X11 Xext c m ogg pthread usbhid z
|
2003-10-26 22:07:33 -05:00
|
|
|
|
2004-03-30 22:49:16 -05:00
|
|
|
LIB_DEPENDS+= physfs.0.0::devel/physfs \
|
2003-10-26 22:07:33 -05:00
|
|
|
SDL.2.0::devel/sdl \
|
|
|
|
smpeg.1.3::devel/smpeg \
|
|
|
|
mikmod.2.4::audio/libmikmod \
|
2004-03-30 22:49:16 -05:00
|
|
|
vorbis.2.0,vorbisenc.2.0,vorbisfile.3.0::audio/libvorbis \
|
|
|
|
FLAC.5.2::audio/flac \
|
|
|
|
speex.2.2::audio/speex
|
2003-10-26 22:07:33 -05:00
|
|
|
|
2006-01-06 03:36:18 -05:00
|
|
|
USE_LIBTOOL= Yes
|
2003-10-26 22:07:33 -05:00
|
|
|
CONFIGURE_STYLE=gnu
|
2004-03-30 22:49:16 -05:00
|
|
|
CONFIGURE_ARGS+=--disable-modplug
|
2003-10-26 22:07:33 -05:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|