summaryrefslogtreecommitdiff
path: root/games/burgerspace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/burgerspace/Makefile')
-rw-r--r--games/burgerspace/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/games/burgerspace/Makefile b/games/burgerspace/Makefile
new file mode 100644
index 00000000000..e7203d36898
--- /dev/null
+++ b/games/burgerspace/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/07/28 23:18:26 kamil Exp $
+
+DISTNAME= burgerspace-1.9.2
+CATEGORIES= games
+MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/
+
+MAINTAINER= pkgsrc-users@NetBSD.rog
+HOMEPAGE= http://perso.b2b2c.ca/~sarrazip/dev/afternoonstalker.html
+COMMENT= Hamburger-smashing video game
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
+
+.include "../../devel/flatzebra/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"