2013-04-30 22:00:28 +02:00
|
|
|
# Created by: Ralf Becker <ralf@akk.org>
|
2003-04-01 01:29:51 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= moon-buggy
|
2007-07-06 23:27:09 +02:00
|
|
|
PORTVERSION= 1.0.51
|
2014-07-19 14:02:54 +02:00
|
|
|
PORTREVISION= 3
|
2003-04-01 01:29:51 +02:00
|
|
|
CATEGORIES= games
|
2007-07-06 23:27:09 +02:00
|
|
|
MASTER_SITES= http://seehuhn.de/media/programs/
|
2003-04-01 01:29:51 +02:00
|
|
|
|
2007-07-06 23:27:09 +02:00
|
|
|
MAINTAINER= arved@FreeBSD.org
|
2003-04-01 01:29:51 +02:00
|
|
|
COMMENT= Drive a buggy across the moons surface
|
|
|
|
|
2010-05-30 19:39:07 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-02-04 22:49:16 +01:00
|
|
|
USES= ncurses
|
2014-06-22 16:01:22 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-06-13 13:32:32 +02:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
2014-07-19 14:02:54 +02:00
|
|
|
--sharedstatedir=/var/games
|
2003-04-01 01:29:51 +02:00
|
|
|
|
2005-05-30 18:12:21 +02:00
|
|
|
INFO= moon-buggy
|
|
|
|
|
2014-07-19 14:02:54 +02:00
|
|
|
post-install:
|
|
|
|
${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}/bin/moon-buggy
|
|
|
|
|
2003-04-01 01:29:51 +02:00
|
|
|
.include <bsd.port.mk>
|