=================================================================== RCS file: /cvs/ports/games/asc/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.8 diff -u -r1.1.1.1 -r1.8 --- ports/games/asc/Makefile 2009/02/25 14:04:17 1.1.1.1 +++ ports/games/asc/Makefile 2012/08/10 14:30:45 1.8 @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/02/25 14:04:17 yason Exp $ +# $OpenBSD: Makefile,v 1.8 2012/08/10 14:30:45 kirby Exp $ -COMMENT = turn based strategy game +COMMENT = turn based strategy game -DISTNAME = asc-2.2.0.0 -CATEGORIES = games x11 +DISTNAME = asc-2.5.0.0 +CATEGORIES = games x11 -HOMEPAGE = http://www.asc-hq.org/ +HOMEPAGE = http://www.asc-hq.org/ # GPL PERMIT_PACKAGE_CDROM= Yes @@ -13,31 +13,35 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB = FLAC SDL X11 Xext Xau Xdmcp Xrandr Xrender c expat \ - freetype iconv jpeg m mikmod ogg png pthread smpeg \ - sndio speex stdc++ tiff usbhid vorbis vorbisenc \ - vorbisfile z +WANTLIB = FLAC SDL X11 Xext Xau Xdmcp Xrandr Xrender c \ + expat freetype iconv jpeg m mikmod ogg png \ + pthread pthread-stubs smpeg sndio speex stdc++ \ + tiff usbhid vorbis vorbisenc vorbisfile xcb z -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=asc-hq/} -EXTRACT_SUFX = .tar.bz2 +MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=asc-hq/} +EXTRACT_SUFX = .tar.bz2 -LIB_DEPENDS = SDL_image::devel/sdl-image \ - SDL_mixer::devel/sdl-mixer \ - SDL_sound::devel/sdl-sound \ - boost_regex::devel/boost \ - bz2::archivers/bzip2 \ - physfs::devel/physfs \ - sigc-1.2::devel/libsigc++ -# xvidcore +BUILD_DEPENDS = archivers/zip -USE_X11 = Yes +MODULES = lang/lua +LIB_DEPENDS = archivers/bzip2 \ + devel/boost \ + devel/libsigc++ \ + devel/physfs \ + devel/sdl-image \ + devel/sdl-mixer \ + devel/sdl-sound \ + multimedia/xvidcore \ + x11/wxWidgets +USE_GMAKE = Yes + CONFIGURE_STYLE = gnu -CONFIGURE_ENV += LDFLAGS="-L${LOCALBASE}/lib -lm -lz -lstdc++" \ - CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \ +CONFIGURE_ENV += LDFLAGS="-L${LOCALBASE}/lib -lm -lz -lstdc++ -pthread" +# CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" -USE_LIBTOOL= Yes -USE_GMAKE= Yes +pre-configure: + @perl -pi -e 's,lua5.1,${MODLUA_DEP},g' ${WRKSRC}/configure .include