summaryrefslogtreecommitdiff
path: root/games/violetland/Makefile
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2016-07-27 21:14:36 +0000
committerkamil <kamil@pkgsrc.org>2016-07-27 21:14:36 +0000
commitf735800a97933ebe854905c86dfffd1022e2bfcf (patch)
treeb026fb5468f66afcfb2f48325555106e87b6416d /games/violetland/Makefile
parent73a326fab532203600f8f9b65b2f2447f8ef5f33 (diff)
downloadpkgsrc-f735800a97933ebe854905c86dfffd1022e2bfcf.tar.gz
Import violetland-0.5 as games/violetland
Violetland is an open source cross-platform game similar to Crimsonland. In this game the player should help a girl by name of Violet to struggle with hordes of monsters. For this purpose the various weapon, and also the special abilities of the heroine which are opening with experience can be used.
Diffstat (limited to 'games/violetland/Makefile')
-rw-r--r--games/violetland/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/violetland/Makefile b/games/violetland/Makefile
new file mode 100644
index 00000000000..a07ce6b351b
--- /dev/null
+++ b/games/violetland/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2016/07/27 21:14:36 kamil Exp $
+
+DISTNAME= violetland-0.5-source-with-dependencies
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
+PKGNAME= ${DISTNAME:S/-source-with-dependencies//}
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ooxi/}
+
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://violetland.github.io/
+COMMENT= Help a girl by name of Violet to struggle with monsters
+LICENSE= gnu-gpl-v3 AND cc-by-sa-v3.0
+
+USE_CMAKE= yes
+USE_LANGUAGES= c c++
+
+.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/SDL_ttf/buildlink3.mk"
+.include "../../graphics/SDL_image/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"