=================================================================== RCS file: /cvs/ports/games/flare/Attic/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ports/games/flare/Attic/Makefile 2012/07/08 19:20:27 1.6 +++ ports/games/flare/Attic/Makefile 2012/09/29 19:05:38 1.7 @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.6 2012/07/08 19:20:27 kirby Exp $ +# $OpenBSD: Makefile,v 1.7 2012/09/29 19:05:38 kirby Exp $ COMMENT = engine for isometric-view action roleplaying games -DISTNAME = flare_linux_v016 -PKGNAME = flare-0.16 +DISTNAME = flare_linux_v017 +PKGNAME = flare-0.17 CATEGORIES = games -HOMEPAGE = http://clintbellanger.net/rpg/ +HOMEPAGE = http://flarerpg.org MAINTAINER = Kirill Bychkov @@ -19,11 +19,8 @@ WANTLIB += SDL SDL_image SDL_mixer SDL_ttf c m pthread stdc++ -#MASTER_SITES = ${HOMEPAGE}/download/ -MASTER_SITES = https://github.com/downloads/clintbellanger/flare/ +MASTER_SITES = https://github.com/downloads/clintbellanger/flare-game/ -EXTRACT_SUFX = .zip - MODULES = devel/cmake LIB_DEPENDS = devel/sdl-image \ devel/sdl-mixer \ @@ -34,7 +31,5 @@ -DDATADIR=share/flare NO_REGRESS = Yes - -WRKDIST = ${WRKDIR}/${DISTNAME:S/_linux//} .include