diff options
author | manu <manu@pkgsrc.org> | 2004-07-14 13:16:30 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2004-07-14 13:16:30 +0000 |
commit | 3ee4e9cb0ac871ee633863e5ac81429dc286f651 (patch) | |
tree | 2532d24eeae48eee54c20239ddd2bdf70553dba5 /audio/SDL_mixer/Makefile | |
parent | 09539c315dc20d8d091c1b864235eaa6826ec3de (diff) | |
download | pkgsrc-3ee4e9cb0ac871ee633863e5ac81429dc286f651.tar.gz |
Enable ogg music (needed for upcoming games/wesnoth package)
Diffstat (limited to 'audio/SDL_mixer/Makefile')
-rw-r--r-- | audio/SDL_mixer/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/SDL_mixer/Makefile b/audio/SDL_mixer/Makefile index ae6c852409c..a594b0cae1c 100644 --- a/audio/SDL_mixer/Makefile +++ b/audio/SDL_mixer/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2004/06/26 09:16:10 grant Exp $ +# $NetBSD: Makefile,v 1.15 2004/07/14 13:16:30 manu Exp $ # DISTNAME= SDL_mixer-1.2.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ @@ -19,6 +19,8 @@ GNU_CONFIGURE= YES USE_X11= YES USE_LIBTOOL= YES +CONFIGURE_ARGS+= --enable-music-ogg + CPPFLAGS= -Dunix=1 CFLAGS= -DPREFIX=\"\\\"${PREFIX}\\\"\" @@ -28,6 +30,7 @@ post-install: ${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/playmus ${PREFIX}/bin ${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/playwave ${PREFIX}/bin +.include "../../audio/libvorbis/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../multimedia/libogg/buildlink3.mk" .include "../../multimedia/smpeg/buildlink3.mk" |