1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

You are robot. Your job is to find kitten.

Reviewed by:	adamw
This commit is contained in:
Ceri Davies 2003-12-04 11:48:32 +00:00
parent 3c660817f2
commit 8a86b53471
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94970
6 changed files with 45 additions and 0 deletions

View File

@ -329,6 +329,7 @@
SUBDIR += race
SUBDIR += rfksay
SUBDIR += robocode
SUBDIR += robotfindskitten
SUBDIR += rockdodger
SUBDIR += rocksndiamonds
SUBDIR += rt2-demo

View File

@ -0,0 +1,25 @@
# Ports collection makefile for: robotfindskitten
# Date created: Wed Dec 3, 2003
# Whom: Ceri Davies (ceri@FreeBSD.org)
#
# $FreeBSD$
#
PORTNAME= robotfindskitten
PORTVERSION= 1600003.248b
CATEGORIES= games
MASTER_SITES= http://robotfindskitten.org/download/POSIX/
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= ceri@FreeBSD.org
COMMENT= Yet another zen simulation
GNU_CONFIGURE= YES
USE_GNOME= glib12
INFO= ${PORTNAME}
post-extract:
${RM} ${WRKSRC}/doc/robotfindskitten.info
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (robotfindskitten-v1600003.248b.tar.gz) = f2dcce4282d536fae4696d03a46bc12c

View File

@ -0,0 +1,11 @@
--- src/Makefile.in.orig Wed Dec 3 18:43:57 2003
+++ src/Makefile.in Wed Dec 3 18:44:12 2003
@@ -76,7 +76,7 @@
VERSION = @VERSION@
CFLAGS = $(GLIB_CFLAGS)
-execgamesdir = $(prefix)/games
+execgamesdir = $(prefix)/bin
execgames_PROGRAMS = robotfindskitten
robotfindskitten_SOURCES = cunit.h cunit.c draw.h messages.h robotfindskitten.c

View File

@ -0,0 +1,6 @@
You are robot. Your job is to find kitten.
This task is complicated by the existence of things which are not kitten.
Robot must touch items to determine if they are kitten or not.
The game ends when robotfindskitten.
WWW: http://robotfindskitten.org/

View File

@ -0,0 +1 @@
bin/robotfindskitten