1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00
freebsd-ports/games/moon-buggy/Makefile
Muhammad Moinur Rahman b7f578203c
games/moon-buggy: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-24 08:29:50 +01:00

26 lines
552 B
Makefile

PORTNAME= moon-buggy
PORTVERSION= 1.0.51
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= http://seehuhn.de/media/programs/
MAINTAINER= ports@FreeBSD.org
COMMENT= Drive a buggy across the moons surface
WWW= https://www.seehuhn.de/comp/moon-buggy
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= ncurses
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --prefix=${PREFIX} \
--sharedstatedir=/var/games
INFO= moon-buggy
post-install:
${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}/bin/moon-buggy
.include <bsd.port.mk>