2009-08-10 02:29:51 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2009/08/10 06:31:08 kili Exp $
|
2003-10-26 22:07:33 -05:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= library that handles the decoding of sound file formats
|
2003-10-26 22:07:33 -05:00
|
|
|
DISTNAME= SDL_sound-1.0.1
|
2009-08-10 02:29:51 -04:00
|
|
|
PKGNAME= ${DISTNAME:L:S/_/-/}p8
|
2006-01-13 18:40:22 -05:00
|
|
|
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
|
2007-10-14 04:22:17 -04:00
|
|
|
WANTLIB= X11 Xau Xdmcp Xext Xrandr Xrender c iconv m ogg \
|
2009-08-10 02:29:51 -04:00
|
|
|
pthread pthread-stubs sndio usbhid xcb z
|
2003-10-26 22:07:33 -05:00
|
|
|
|
2006-08-01 06:50:19 -04:00
|
|
|
LIB_DEPENDS+= physfs::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 \
|
2007-09-18 14:29:14 -04:00
|
|
|
FLAC.>=8::audio/flac \
|
2006-08-01 06:50:19 -04:00
|
|
|
speex.>=2.2::audio/speex
|
2003-10-26 22:07:33 -05:00
|
|
|
|
2006-11-11 16:04:27 -05:00
|
|
|
USE_X11= Yes
|
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>
|