blob: 37493f2da31618e2424133911f8a706cef6b91d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $NetBSD: Makefile,v 1.2 2002/08/27 19:06:57 jlam Exp $
#
DISTNAME= Maelstrom-3.0.5
PKGNAME= maelstrom-sdl-3.0.5
CATEGORIES= games x11
MASTER_SITES= http://www.devolution.com/~slouken/Maelstrom/src/
MAINTAINER= Benjamin.Wong@cc.gatech.edu
HOMEPAGE= http://www.devolution.com/~slouken/Maelstrom/
COMMENT= Incredible, fast moving, high resolution version of asteroids (SDL version)
CONFLICTS= maelstrom-x11-[0-9]* maelstrom-[0-9]*
USE_BUILDLINK2= YES
USE_X11= YES
GNU_CONFIGURE= YES
post-install:
${RM} ${PREFIX}/share/doc/Maelstrom/Docs/Makefile \
${PREFIX}/share/doc/Maelstrom/Docs/Makefile.in \
${PREFIX}/share/Maelstrom/Images/Makefile \
${PREFIX}/share/Maelstrom/Images/Makefile.in
.include "../../devel/SDL/buildlink2.mk"
.include "../../net/SDL_net/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|