2009-08-10 06:29:51 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2009/08/10 06:31:08 kili Exp $
|
2003-10-27 03:07:33 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= library that handles the decoding of sound file formats
|
2003-10-27 03:07:33 +00:00
|
|
|
DISTNAME= SDL_sound-1.0.1
|
2009-08-10 06:29:51 +00:00
|
|
|
PKGNAME= ${DISTNAME:L:S/_/-/}p8
|
2006-01-13 23:40:22 +00:00
|
|
|
SHARED_LIBS= SDL_sound 2.0
|
2003-10-27 03:07:33 +00:00
|
|
|
CATEGORIES= devel audio
|
2006-07-11 15:28:24 +00:00
|
|
|
MASTER_SITES= http://offload1.icculus.org/SDL_sound/downloads/
|
2003-10-27 03:07:33 +00: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 08:22:17 +00:00
|
|
|
WANTLIB= X11 Xau Xdmcp Xext Xrandr Xrender c iconv m ogg \
|
2009-08-10 06:29:51 +00:00
|
|
|
pthread pthread-stubs sndio usbhid xcb z
|
2003-10-27 03:07:33 +00:00
|
|
|
|
2006-08-01 10:50:19 +00: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 18:29:14 +00:00
|
|
|
FLAC.>=8::audio/flac \
|
2006-08-01 10:50:19 +00:00
|
|
|
speex.>=2.2::audio/speex
|
2003-10-27 03:07:33 +00:00
|
|
|
|
2006-11-11 21:04:27 +00:00
|
|
|
USE_X11= Yes
|
2006-01-06 08:36:18 +00:00
|
|
|
USE_LIBTOOL= Yes
|
2003-10-27 03:07:33 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
2004-03-31 03:49:16 +00:00
|
|
|
CONFIGURE_ARGS+=--disable-modplug
|
2003-10-27 03:07:33 +00:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|