blob: 7616d3d41d406a7abeaa43ac492989459dfd5790 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.1.1.1 2000/04/02 19:49:19 rh Exp $
#
DISTNAME= gnome-breakout-0.2
CATEGORIES= games gnome
MASTER_SITES= http://www.tuial.com/~alcaron/software/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.tuial.com/~alcaron/software/
DEPENDS+= gnome-core-*:../../x11/gnome-core
GNU_CONFIGURE= YES
USE_X11BASE= YES
.include "../../mk/bsd.pkg.mk"
|