summaryrefslogtreecommitdiff
path: root/games/icebreaker/Makefile
blob: 4ad24113793fc38fc90fe5c0ef45464e38178867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.2 2002/03/09 00:10:11 wiz Exp $
#

DISTNAME=	icebreaker-1.2.1
CATEGORIES=	games
MASTER_SITES=	http://www.mattdm.org/icebreaker/1.2.x/
EXTRACT_SUFX=	.tgz

MAINTAINER=	wiz@netbsd.org
HOMEPAGE=	http://www.mattdm.org/icebreaker/
COMMENT=	penguin capturing simulation

USE_GMAKE=	yes

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/icebreaker
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/icebreaker

.include "../../devel/SDL/buildlink.mk"
.include "../../audio/SDL-mixer/buildlink.mk"
.include "../../mk/bsd.pkg.mk"