openbsd-ports/games/defendguin/Makefile
jolan 8734e85759 import of defendguin-0.0.10, submitted/maintained by Xavier Santolaria:
Defendguin is a clone of the arcade game "Defender", but with a Linux
theme.  Your mission is to defend little penguinoids from being captured
and mutated.

easy to beat my highscore of 0, since I just let Tux die.
2003-08-08 21:15:06 +00:00

27 lines
562 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/08/08 21:15:06 jolan Exp $
COMMENT= "clone of arcade game 'Defender' with a Linux theme"
DISTNAME= defendguin-0.0.10
CATEGORIES= games x11
HOMEPAGE= http://www.newbreedsoftware.com/defendguin/
MAINTAINER= Xavier Santolaria <xavier@santolaria.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.nbswebfx.com/downloads/
LIB_DEPENDS= SDL::devel/sdl \
SDL_mixer::devel/sdl-mixer
USE_X11= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>