summaryrefslogtreecommitdiff
path: root/games/lbreakout2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/lbreakout2/Makefile')
-rw-r--r--games/lbreakout2/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/games/lbreakout2/Makefile b/games/lbreakout2/Makefile
new file mode 100644
index 00000000000..1a3ae473b47
--- /dev/null
+++ b/games/lbreakout2/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/05 22:13:38 rh Exp $
+#
+
+DISTNAME= lbreakout2-2.2.2
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/}
+
+MAINTAINER= xs@nitric.net
+HOMEPAGE= http://lgames.sourceforge.net/
+COMMENT= breakout-style arcade game
+
+USE_BUILDLINK_ONLY= YES
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --with-highscore-path=${LOCALBASE}/share/games/ \
+ --with-doc-path=${LOCALBASE}/doc/
+
+.include "../../graphics/png/buildlink.mk"
+.include "../../audio/SDL-mixer/buildlink.mk"
+.include "../../devel/SDL/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"