blob: 170396352fbaa6bd7b9375df1845fef8c2c0cb9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $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"
|