aboutsummaryrefslogtreecommitdiffstats
path: root/games/moon-buggy/Makefile
blob: 6bea8e9b26463162daa19fde0f034eeaa69daccb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Ralf Becker <ralf@akk.org>
# $FreeBSD$

PORTNAME=   moon-buggy
PORTVERSION=    1.0.51
PORTREVISION=   3
CATEGORIES= games
MASTER_SITES=   http://seehuhn.de/media/programs/

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

INFO=       moon-buggy

post-install:
    ${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}/bin/moon-buggy

.include <bsd.port.mk>