summaryrefslogtreecommitdiff
path: root/games/xbomber/Makefile
blob: a81fecd0ecc96bca4460eb8db566177e2e599ea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.1 1998/07/24 10:36:09 frueauf Exp $
#

DISTNAME=	xbomber.0.8
PKGNAME=	xbomber-0.8
CATEGORIES=	games x11
MASTER_SITES=	ftp://ftp.sonic.net/pub/users/nbs/unix/x/xbomber/

MAINTAINER=	root@garbled.net

WRKSRC=		${WRKDIR}/xbomber

USE_X11=	yes

post-patch:
	@${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile

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