mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
19efc85601
approved by: infrastructure blanket
27 lines
521 B
Makefile
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>
|