=================================================================== RCS file: /cvs/ports/games/maxr/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.9 diff -u -r1.1.1.1 -r1.9 --- ports/games/maxr/Makefile 2009/03/03 15:10:04 1.1.1.1 +++ ports/games/maxr/Makefile 2010/10/26 05:40:17 1.9 @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/03/03 15:10:04 yason Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/26 04:40:17 yason Exp $ -COMMENT = M.A.X clone +COMMENT = M.A.X. clone -DISTNAME = maxr-0.2.4 +DISTNAME = maxr-0.2.6 CATEGORIES = games x11 @@ -16,16 +16,18 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB = X11 Xau Xdmcp Xext Xrandr Xrender c m iconv pthread \ - sndio stdc++ usbhid +WANTLIB = FLAC SDL SDL_mixer SDL_net c iconv m mikmod ogg pthread \ + smpeg sndio stdc++ usbhid vorbis vorbisfile MASTER_SITES = http://www.maxr.org/downloads/ -LIB_DEPENDS = SDL.>=8::devel/sdl \ - SDL_mixer::devel/sdl-mixer \ - SDL_net::devel/sdl-net +LIB_DEPENDS = ::devel/sdl-mixer \ + ::devel/sdl-net \ + ::audio/libmikmod \ + ::audio/libogg \ + ::devel/smpeg \ + ::audio/libvorbis -USE_X11 = Yes CONFIGURE_STYLE = gnu CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \