diff options
author | garbled <garbled@pkgsrc.org> | 1998-08-23 09:55:26 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-08-23 09:55:26 +0000 |
commit | cafe756656abc0d5f53327f45ad6e817c38de37e (patch) | |
tree | a92dcea6180fa7bd8aafc29346ed4f11d448f06d /games/xnibbles/Makefile | |
parent | 24bbc2c23db4a018c97b5008e52193ddde47c054 (diff) | |
download | pkgsrc-cafe756656abc0d5f53327f45ad6e817c38de37e.tar.gz |
Add new pkg for xnibbles-1.0b4
a winding snakes game for X11
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" |