diff options
Diffstat (limited to 'games/moon-buggy/Makefile')
-rw-r--r-- | games/moon-buggy/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/moon-buggy/Makefile b/games/moon-buggy/Makefile new file mode 100644 index 00000000000..9e3bc7026d5 --- /dev/null +++ b/games/moon-buggy/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/05/18 17:38:31 rillig Exp $ +# + +DISTNAME= moon-buggy-1.0 +CATEGORIES= games +MASTER_SITES= http://seehuhn.de/data/ + +MAINTAINER= rillig@NetBSD.org +HOMEPAGE= http://seehuhn.de/data/ +COMMENT= Game on the Moon + +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" |