pkgsrc/games/maelstrom-sdl/Makefile
wiz 7e1c5bfbc9 Convert aalib to options framework, adding an 'x11' option, and remove
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.

Addresses PR 32046 by Leonard Schmidt.
2005-12-11 09:40:37 +00:00

29 lines
798 B
Makefile

# $NetBSD: Makefile,v 1.13 2005/12/11 09:40:42 wiz Exp $
#
DISTNAME= Maelstrom-3.0.5
PKGNAME= maelstrom-sdl-3.0.5
PKGREVISION= 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= High resolution version of Asteroids (SDL version)
CONFLICTS= maelstrom-x11-[0-9]* maelstrom-[0-9]*
GNU_CONFIGURE= YES
MAKE_ENV+= CP=${CP:Q}
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/buildlink3.mk"
.include "../../net/SDL_net/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"