mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
New Port: moon-buggy
Port of the amazing game moon-buggy PR: ports/46928 Submitted by: Ralf Becker <ralf@akk.org>
This commit is contained in:
parent
1d3f35a69c
commit
0f386ea539
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77864
@ -208,6 +208,7 @@
|
||||
SUBDIR += mindguard
|
||||
SUBDIR += mirrormagic
|
||||
SUBDIR += miscom
|
||||
SUBDIR += moon-buggy
|
||||
SUBDIR += myth2_demo
|
||||
SUBDIR += mythserver
|
||||
SUBDIR += nInvaders
|
||||
|
29
games/moon-buggy/Makefile
Normal file
29
games/moon-buggy/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection Makefile for: moon-buggy
|
||||
# Date created: 10 January 2002
|
||||
# Whom: Ralf Becker <ralf@akk.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= moon-buggy
|
||||
PORTVERSION= 0.5.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.mathematik.uni-kl.de/~wwwstoch/voss/data/ \
|
||||
http://www.hangout.de/moon-buggy/
|
||||
|
||||
MAINTAINER= ralf@akk.org
|
||||
COMMENT= Drive a buggy across the moons surface
|
||||
|
||||
USE_AUTOCONF= YES
|
||||
USE_CONFIGURE= YES
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--sharedstatedir=/var/games \
|
||||
--with-setgid=games
|
||||
|
||||
MAN6= moon-buggy.6 maint-buggy.6
|
||||
|
||||
# make package will fail without doing this
|
||||
post-install:
|
||||
${CHMOD} u+r ${PREFIX}/bin/moon-buggy
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/moon-buggy/distinfo
Normal file
1
games/moon-buggy/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (moon-buggy-0.5.1.tar.gz) = f023c09ba3e95aa7be2d177838cadda6
|
6
games/moon-buggy/pkg-descr
Normal file
6
games/moon-buggy/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
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!
|
||||
|
||||
WWW: http://www.mathematik.uni-kl.de/~wwwstoch/voss/comp/moon-buggy.html
|
4
games/moon-buggy/pkg-plist
Normal file
4
games/moon-buggy/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/moon-buggy
|
||||
bin/maint-buggy
|
||||
info/moon-buggy.info
|
||||
info/dir
|
Loading…
Reference in New Issue
Block a user