blob: dbb68f5b080e8e64d6b0281a9723ad34a06d48fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.1.1.1 2003/03/26 22:48:26 wiz Exp $
#
DISTNAME= SDL_sound-1.0.0
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"
|