freebsd-ports/games/moon-buggy/Makefile

25 lines
472 B
Makefile
Raw Normal View History

# Created by: Ralf Becker <ralf@akk.org>
# $FreeBSD$
PORTNAME= moon-buggy
2007-07-06 23:27:09 +02:00
PORTVERSION= 1.0.51
PORTREVISION= 2
CATEGORIES= games
2007-07-06 23:27:09 +02:00
MASTER_SITES= http://seehuhn.de/media/programs/
2007-07-06 23:27:09 +02:00
MAINTAINER= arved@FreeBSD.org
COMMENT= Drive a buggy across the moons surface
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--sharedstatedir=/var/games\
--with-setgid=games
NEED_ROOT= yes
INFO= moon-buggy
.include <bsd.port.mk>