ec993afa1a
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
21 lines
587 B
Makefile
21 lines
587 B
Makefile
# $NetBSD: Makefile,v 1.7 2004/02/14 17:21:32 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= SDL_sound-1.0.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://icculus.org/SDL_sound/downloads/
|
|
|
|
MAINTAINER= cube@NetBSD.org
|
|
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
|
|
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"
|