7166660e08
dependency bumps.
24 lines
640 B
Makefile
24 lines
640 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/05/02 11:53:36 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= SDL_sound-1.0.0
|
|
PKGREVISION= 1
|
|
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"
|