96c1421a7d
Submitted by Felix Kronlage <fkr@grummel.net>. Moon-buggy is a simple character graphics game, where you drive some kind of car across the moon's surface. Unfortunately there are dangerous craters there. Fortunately your car can jump over them!
22 lines
541 B
Makefile
22 lines
541 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/18 20:07:42 naddy Exp $
|
|
|
|
DISTNAME= moon-buggy-0.5.1
|
|
CATEGORIES= games
|
|
NEED_VERSION= 1.359
|
|
HOMEPAGE= http://www.mathematik.uni-kl.de/~wwwstoch/voss/moon-buggy.html
|
|
|
|
MAINTAINER= Felix Kronlage <fkr@grummel.net>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= games/arcade
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --sharedstatedir=/var/games --with-setgid=games
|
|
|
|
.include <bsd.port.mk>
|