summaryrefslogtreecommitdiff
path: root/games/gnome-breakout/Makefile
blob: 0db451736830df26d16ca19cbbd466df11de2e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.6 2001/09/27 23:18:06 jlam Exp $
#

DISTNAME=	gnome-breakout-0.5.2
CATEGORIES=	games gnome
MASTER_SITES=	http://www.senet.com.au/~alcaron/

MAINTAINER=	rh@netbsd.org
HOMEPAGE=	http://www.senet.com.au/~alcaron/software.html
COMMENT=	gnome version of the classic breakout game

DEPENDS+=	gnome-core-[0-9]*:../../x11/gnome-core

GNU_CONFIGURE=	YES
USE_X11BASE=	YES

post-install:
	${TOUCH} /var/games/gnome-breakout.scores
	${CHOWN} games:games /var/games/gnome-breakout.scores
	${CHMOD} 664 /var/games/gnome-breakout.scores

.include "../../devel/gettext-lib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"