[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / games / flare

File: [local] / ports / games / flare / Attic / Makefile (download)

Revision 1.5, Tue Jan 3 03:06:42 2012 UTC (12 years, 5 months ago) by yason
Branch: MAIN
CVS Tags: flare-0_15_1
Changes since 1.4: +11 -17 lines

update to 0.15.1

# $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 <yason@linklevel.net>

# 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 <bsd.port.mk>