diff options
Diffstat (limited to 'games/xnibbles/Makefile')
-rw-r--r-- | games/xnibbles/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/xnibbles/Makefile b/games/xnibbles/Makefile new file mode 100644 index 00000000000..0f111d0447f --- /dev/null +++ b/games/xnibbles/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 1998/08/23 09:55:26 garbled Exp $ +# + +DISTNAME= xnibbles-1.0BETA4 +PKGNAME= xnibbles-1.0b4 +CATEGORIES= games x11 +MASTER_SITES= http://www.tjhsst.edu/xnibbles/ + +MAINTAINER= root@garbled.net +HOMEPAGE= http://www.tjhsst.edu/xnibbles/ + +DEPENDS+= xpm-3.4k:../../graphics/xpm + +WRKSRC= ${WRKDIR}/xnibbles +USE_X11= yes +USE_GMAKE= yes +ALL_TARGET= netbsd + +.include "../../mk/bsd.pkg.mk" |