diff options
Diffstat (limited to 'games/xbreaky/Makefile')
-rw-r--r-- | games/xbreaky/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/xbreaky/Makefile b/games/xbreaky/Makefile new file mode 100644 index 00000000000..dc18edb94c4 --- /dev/null +++ b/games/xbreaky/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 18:04:19 rh Exp $ +# + +DISTNAME= xbreaky-0.0.4 +CATEGORIES= games +MASTER_SITES= http://xbreaky.sourceforge.net/ + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://xbreaky.sourceforge.net/ + +USE_X11BASE= yes + +.include "../../mk/bsd.pkg.mk" |