2003-04-01 01:29:51 +02:00
|
|
|
# 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
|
|
|
|
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_AUTOCONF_VER= 213
|
2003-04-01 01:29:51 +02:00
|
|
|
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>
|