=================================================================== RCS file: /cvs/ports/games/maxr/Makefile,v retrieving revision 1.3 retrieving revision 1.13 diff -u -r1.3 -r1.13 --- ports/games/maxr/Makefile 2009/05/08 09:23:47 1.3 +++ ports/games/maxr/Makefile 2011/10/26 15:32:40 1.13 @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2009/05/08 08:23:47 yason Exp $ +# $OpenBSD: Makefile,v 1.13 2011/10/26 15:32:40 yason Exp $ -COMMENT = M.A.X clone +COMMENT = M.A.X. clone -DISTNAME = maxr-0.2.5 +DISTNAME = maxr-0.2.6 CATEGORIES = games x11 @@ -10,26 +10,23 @@ MAINTAINER = Kirill Bychkov -# GPL +# GPLv2, GNU FDL PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_FTP = Yes 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.>3.0::devel/sdl-mixer \ - SDL_net::devel/sdl-net \ - mikmod.>=2::audio/libmikmod \ - ogg.>=5::audio/libogg \ - smpeg.>=2::devel/smpeg \ - vorbis.>=6,vorbisfile.>=5::audio/libvorbis +LIB_DEPENDS = audio/libmikmod \ + audio/libogg \ + audio/libvorbis \ + devel/sdl-mixer \ + devel/sdl-net -USE_X11 = Yes CONFIGURE_STYLE = gnu CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \