summaryrefslogtreecommitdiffstats
path: root/games/flare/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/flare/Makefile')
-rw-r--r--games/flare/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/games/flare/Makefile b/games/flare/Makefile
new file mode 100644
index 0000000..e4fd894
--- /dev/null
+++ b/games/flare/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: flare
+# Date created: 03 May 2011
+# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= flare
+DISTVERSION= 015_1
+CATEGORIES= games
+MASTER_SITES= http://cloud.github.com/downloads/clintbellanger/flare/ \
+ http://mirror.amdmi3.ru/files/
+DISTNAME= ${PORTNAME}_linux_v${DISTVERSION}
+
+MAINTAINER= amdmi3@FreeBSD.org
+COMMENT= Free Libre Action Roleplaying Engine
+
+LICENSE= GPLv3
+
+USE_CMAKE= yes
+USE_SDL= sdl mixer image ttf
+MAKE_JOBS_SAFE= yes
+CMAKE_BUILD_TYPE= #empty
+INSTALLS_ICONS= yes
+
+CMAKE_ARGS= -DBINDIR="bin" -DDATADIR="share/flare"
+
+LATEST_LINK= flare-rpg
+
+PORTDOCS= *
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
+.endif
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud