summaryrefslogtreecommitdiff
path: root/games/gnome-breakout/Makefile
blob: 1572a9b4d53af5bedf8ab59bd64bee20b1dce77f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.4 2001/02/16 15:10:50 wiz Exp $
#

DISTNAME=	gnome-breakout-0.4
CATEGORIES=	games gnome
MASTER_SITES=	http://www.tuial.com/~alcaron/software/

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

DEPENDS+=	gnome-core-*:../../x11/gnome-core

GNU_CONFIGURE=	YES
USE_X11BASE=	YES

.include "../../mk/bsd.pkg.mk"