pkgsrc/audio/SDL_sound/Makefile
jmmv 30925b26c7 Bump revision due to SDL update, and sync versions in buildlink files where
needed.  This is required because esound has been droped as a dependancy.
2003-07-26 21:41:08 +00:00

24 lines
641 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/07/26 21:41:08 jmmv Exp $
#
DISTNAME= SDL_sound-1.0.0
PKGREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://icculus.org/SDL_sound/downloads/
MAINTAINER= cube@cubidou.net
HOMEPAGE= http://icculus.org/SDL_sound/
COMMENT= SDL library to handle the decoding of different file formats
GNU_CONFIGURE= YES
USE_X11= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
USE_BUILDLINK2= YES
.include "../../audio/libmikmod/buildlink2.mk"
.include "../../audio/libvorbis/buildlink2.mk"
.include "../../devel/SDL/buildlink2.mk"
.include "../../devel/smpeg/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"