=================================================================== RCS file: /cvs/ports/games/flare/Attic/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ports/games/flare/Attic/Makefile 2012/01/03 03:06:42 1.5 +++ ports/games/flare/Attic/Makefile 2012/07/08 19:20:27 1.6 @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2012/01/03 03:06:42 yason Exp $ +# $OpenBSD: Makefile,v 1.6 2012/07/08 19:20:27 kirby Exp $ COMMENT = engine for isometric-view action roleplaying games -DISTNAME = flare_linux_v015_1 -PKGNAME = flare-0.15.1 +DISTNAME = flare_linux_v016 +PKGNAME = flare-0.16 CATEGORIES = games @@ -19,8 +19,11 @@ WANTLIB += SDL SDL_image SDL_mixer SDL_ttf c m pthread stdc++ -MASTER_SITES = https://github.com/downloads/clintbellanger/flare/ +#MASTER_SITES = ${HOMEPAGE}/download/ +MASTER_SITES = https://github.com/downloads/clintbellanger/flare/ +EXTRACT_SUFX = .zip + MODULES = devel/cmake LIB_DEPENDS = devel/sdl-image \ devel/sdl-mixer \ @@ -32,7 +35,6 @@ NO_REGRESS = Yes -post-extract: - find ${WRKDIST} -name \._* -exec rm {} \; +WRKDIST = ${WRKDIR}/${DISTNAME:S/_linux//} .include