=================================================================== RCS file: /cvs/ports/games/fife/Attic/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.4 diff -u -r1.1.1.1 -r1.4 --- ports/games/fife/Attic/Makefile 2010/06/15 09:32:56 1.1.1.1 +++ ports/games/fife/Attic/Makefile 2011/03/07 11:07:49 1.4 @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2010/06/15 08:32:56 yason Exp $ +# $OpenBSD: Makefile,v 1.4 2011/03/07 11:07:49 yason Exp $ COMMENT = cross platform game creation framework -DISTNAME = fife-0.3.1 +DISTNAME = fife-0.3.2 CATEGORIES = games @@ -18,25 +18,27 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=fife/} -WANTLIB += GL GLU SDL X11 Xau Xcursor Xdmcp Xfixes Xrender m ogg -WANTLIB += png pthread-stubs sndio stdc++ util xcb +WANTLIB += GL GLU SDL SDL_image SDL_ttf X11 Xau Xcursor Xdmcp Xfixes Xrender +WANTLIB += boost_filesystem boost_regex guichan guichan_opengl guichan_sdl m ogg openal +WANTLIB += png pthread-stubs sndio stdc++ util vorbis vorbisfile xcb ${MODPY_WANTLIB} MODULES = devel/scons \ lang/python -BUILD_DEPENDS = ::devel/swig -LIB_DEPENDS = vorbis,vorbisfile::audio/libvorbis \ - openal::audio/openal \ - boost_filesystem,boost_regex::devel/boost \ - guichan,guichan_opengl,guichan_sdl::devel/guichan \ - SDL_image::devel/sdl-image \ - SDL_ttf::devel/sdl-ttf \ +BUILD_DEPENDS = devel/swig +LIB_DEPENDS = audio/libvorbis \ + audio/openal \ + devel/boost \ + devel/guichan \ + devel/sdl-image \ + devel/sdl-ttf \ ${MODPY_LIB_DEPENDS} SEPARATE_BUILD = concurrent -USE_X11 = Yes -NO_REGRESS = Yes +#NO_REGRESS = Yes + +MODPY_ADJ_FILES = setup.py do-install: ${MODPY_PRE_INSTALL_BAD_EGGS}