d027a4a91e
Xchomp is a game closely patterned after Pac-Man(tm) that runs under the X Window System, with several different mazes added. This is strictly a keyboard-controlled game. The arcade game had very simple controls -- one four-directional joystick. In xchomp, all control is through the arrow keys.
16 lines
457 B
Makefile
16 lines
457 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/12/29 23:56:01 nia Exp $
|
|
|
|
DISTNAME= xchomp-pl1
|
|
CATEGORIES= games
|
|
MASTER_SITES= https://ftp.gwdg.de/pub/x11/x.org/R5contrib/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://vidalc.chez.com/xchomp/xchomp.html
|
|
COMMENT= Game for X11 closely patterned after Pac-Man
|
|
|
|
WRKSRC= ${WRKDIR}/xchomp
|
|
USE_IMAKE= yes
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|