# $OpenBSD$ COMMENT = engine for isometric-view action roleplaying games DISTNAME = flare_linux_v015_1 PKGNAME = flare-0.15.1 CATEGORIES = games HOMEPAGE = http://clintbellanger.net/rpg/ MAINTAINER = Kirill Bychkov # GPLv3, CC-BY-SA 3.0 PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes WANTLIB += SDL SDL_image SDL_mixer SDL_ttf c m pthread stdc++ MASTER_SITES = https://github.com/downloads/clintbellanger/flare/ MODULES = devel/cmake LIB_DEPENDS = devel/sdl-image \ devel/sdl-mixer \ devel/sdl-ttf RUN_DEPENDS = devel/desktop-file-utils CONFIGURE_ARGS += -DBINDIR=bin \ -DDATADIR=share/flare NO_REGRESS = Yes post-extract: find ${WRKDIST} -name \._* -exec rm {} \; .include