aad3762657
Cosmosmash is a clone of the 1981 Astrosmash video game. Spin, Blast and shoot your way through a hostile universe of tumbling steriods and homicidal aliens. You've got the wits and the speed, but you're awesomely outnumbered.
29 lines
611 B
Makefile
29 lines
611 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/02/28 05:28:12 pvalchev Exp $
|
|
|
|
COMMENT= "astrosmash clone for X"
|
|
|
|
VERSION= 1.1
|
|
DISTNAME= cosmosmash-${VERSION}
|
|
CATEGORIES= games
|
|
NEED_VERSION= 1.504
|
|
|
|
HOMEPAGE= http://www3.sympatico.ca/sarrazip/dev/cosmosmash.html
|
|
|
|
MAINTAINER= Sean Escriva <eliab@spack.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/
|
|
|
|
BUILD_DEPENDS= automake::devel/automake
|
|
LIB_DEPENDS= gengameng.4.0::devel/gengameng
|
|
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
.include <bsd.port.mk>
|