=================================================================== RCS file: /cvs/ports/games/glob2/Attic/Makefile,v retrieving revision 1.4 retrieving revision 1.9 diff -u -r1.4 -r1.9 --- ports/games/glob2/Attic/Makefile 2009/09/10 19:10:33 1.4 +++ ports/games/glob2/Attic/Makefile 2010/10/26 05:40:17 1.9 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2009/09/10 18:10:33 yason Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/26 04:40:17 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,17 +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 - -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 = :desktop-file-utils-*:devel/desktop-file-utils pre-patch: @find ${WRKSRC} -name *.orig -exec rm {} \;