summaryrefslogtreecommitdiff
path: root/games/battleball/Makefile
blob: f11ec505b4d74fa334a5ef48bf0bbbae29a49702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:54 tsarna Exp $

DISTNAME=		battleball.20.src
PKGNAME=		battleball-2.0
CATEGORIES=		games x11
MASTER_SITES=		http://www.cs.utexas.edu/users/pahardin/

MAINTAINER=		root@garbled.net
HOMEPAGE=		http://www.cs.utexas.edu/users/pahardin/bb.html

WRKSRC=			${WRKDIR}/bb-2.0

NO_INSTALL_MANPAGES=	yes
USE_GMAKE=		yes
USE_IMAKE=		yes

post-patch:
	${TOUCH} ${WRKSRC}/battleball.man

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