pkgsrc/games/digger/Makefile
wiz c1c24989bc Digger Remastered -- the PC version of Digger, disassembled, decompiled,
deshrouded and rewritten.

Digger was originally created by Windmill software in 1983 and
released as a copy-protected, bootable 5.25" floppy disk for the
IBM PC. As it requires a genuine CGA card, it didn't work on modern
PCs.

In 1998, I created Digger Remastered, which runs on all PCs with
CGA or better and plays just like the original. It also has many
new features, including:
  * Exit button
  * Optional VGA graphics
  * Recording and playback
  * Real time speed control
  * Keyboard redefinition
  * Gauntlet mode
  * Two player simultaneous mode
2003-09-26 06:06:34 +00:00

21 lines
450 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/09/26 06:06:34 wiz Exp $
#
DISTNAME= digger-20020314
CATEGORIES= games
MASTER_SITES= http://www.digger.org/
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.digger.org/
COMMENT= Digger Remastered
USE_BUILDLINK2= yes
MAKEFILE= Makefile.fbsd
MAKE_FLAGS+= -DSDL
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/digger ${PREFIX}/bin/digger
.include "../../devel/SDL/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"