# New ports collection makefile for:	defendguin
# Date created:				8 February 2001
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD: ports/games/defendguin/Makefile,v 1.5 2003/02/20 17:32:07 knu Exp $
#

PORTNAME=	defendguin
PORTVERSION=	0.0.10
CATEGORIES=	games
MASTER_SITES=	http://www.nbswebfx.com/downloads/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Another shoot-the-Bill game

LIB_DEPENDS=	SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer

SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config

USE_GMAKE=	yes
MAKE_ENV=	SDL_CONFIG="${SDL_CONFIG}" \
		MKDIR="${MKDIR}" \
		TAR="${TAR}"

MAN6=		defendguin.6

.include <bsd.port.mk>
