1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/games/moon-buggy/Makefile
John Marino 19efc85601 games/moon-buggy: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-04 21:49:16 +00:00

27 lines
521 B
Makefile

# 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
USES= ncurses
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>