=================================================================== RCS file: /cvs/ports/games/glob2/Attic/Makefile,v retrieving revision 1.5 retrieving revision 1.10 diff -u -r1.5 -r1.10 --- ports/games/glob2/Attic/Makefile 2010/04/18 15:17:04 1.5 +++ ports/games/glob2/Attic/Makefile 2011/01/28 07:37:01 1.10 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2010/04/18 14:17:04 yason Exp $ +# $OpenBSD: Makefile,v 1.10 2011/01/28 07:37:01 yason Exp $ COMMENT = innovative strategy game @@ -16,9 +16,11 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB = GL GLU c m ogg pthread stdc++ z +WANTLIB = GL GLU SDL SDL_image SDL_net SDL_ttf boost_thread-mt \ + c fribidi m ogg portaudio pthread speex stdc++ vorbis \ + vorbisfile z -MASTER_SITES = http://dl.sv.nongnu.org/releases/glob2/0.9.4/ +MASTER_SITES = ${MASTER_SITE_SAVANNAH:=/glob2/0.9.4/} MODULES = devel/scons @@ -31,18 +33,15 @@ INSTALLDIR="${PREFIX}/share" \ --portaudio=true -LIB_DEPENDS = SDL::devel/sdl \ - SDL_image::devel/sdl-image \ - SDL_net::devel/sdl-net \ - SDL_ttf::devel/sdl-ttf \ - boost_thread-mt.>=1::devel/boost \ - fribidi::devel/fribidi \ - portaudio.>=0::audio/portaudio-svn \ - speex::audio/speex \ - vorbis.>=6,vorbisfile.>=5::audio/libvorbis -RUN_DEPENDS = ::devel/desktop-file-utils - -USE_X11 = Yes +LIB_DEPENDS = devel/sdl-image \ + devel/sdl-net \ + devel/sdl-ttf \ + devel/boost \ + devel/fribidi \ + audio/portaudio-svn \ + audio/speex \ + audio/libvorbis +RUN_DEPENDS = devel/desktop-file-utils pre-patch: @find ${WRKSRC} -name *.orig -exec rm {} \;