summaryrefslogtreecommitdiff
path: root/games/defendguin/Makefile
blob: 604e1bff1a1414406622e54beab5f033ba3cf4f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	defendguin
# Date created:				8 February 2001
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

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

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

USE_SDL=	mixer sdl
USE_GMAKE=	yes
MAKE_ENV=	MKDIR="${MKDIR}" \
		TAR="${TAR}"

MAN6=		defendguin.6

.include <bsd.port.mk>