blob: 21a9eb08f217e2e3eed4a762d15449a2bf83e3de (
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>
PORTNAME= moon-buggy
PORTVERSION= 1.0.51
PORTREVISION= 4
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>
|