freebsd-ports/games/moon-buggy/Makefile
Ade Lovett 3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00

29 lines
662 B
Makefile

# 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_VER= 213
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>