Vacuum Magic is a fast-paced sidescrolling shoot-em-up. The point of the game is using your magical vacuum field to collect food and defend against monsters. Food and certain monsters can also be spat out and used as a projectile against other monsters. Vacuum Magic can be played by up to six players, either cooperatively or against each other. ok benoit@ (quite a while ago, sorry for forgetting this...)
27 lines
521 B
Makefile
27 lines
521 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2015/12/07 05:46:16 bentley Exp $
|
|
|
|
COMMENT = fast-paced sidescrolling shoot-em-up
|
|
|
|
V = 0.13
|
|
DISTNAME = vacuum-${V}a
|
|
|
|
CATEGORIES = games
|
|
|
|
HOMEPAGE = http://apocalypse.rulez.org/vacuum
|
|
|
|
MAINTAINER = Anthony J. Bentley <anthony@cathet.us>
|
|
|
|
# GPLv2+, see bin/vacuum.pl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=vacuum/}
|
|
|
|
BUILD_DEPENDS = devel/p5-SDL
|
|
RUN_DEPENDS = devel/p5-SDL
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
WRKDIST = ${WRKDIR}/vacuum-$V
|
|
|
|
.include <bsd.port.mk>
|