From 8a86b534710b7678d3ac85741d317124b3d73128 Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Thu, 4 Dec 2003 11:48:32 +0000 Subject: You are robot. Your job is to find kitten. Reviewed by: adamw --- games/Makefile | 1 + games/robotfindskitten/Makefile | 25 ++++++++++++++++++++++ games/robotfindskitten/distinfo | 1 + games/robotfindskitten/files/patch-src-Makefile.in | 11 ++++++++++ games/robotfindskitten/pkg-descr | 6 ++++++ games/robotfindskitten/pkg-plist | 1 + 6 files changed, 45 insertions(+) create mode 100644 games/robotfindskitten/Makefile create mode 100644 games/robotfindskitten/distinfo create mode 100644 games/robotfindskitten/files/patch-src-Makefile.in create mode 100644 games/robotfindskitten/pkg-descr create mode 100644 games/robotfindskitten/pkg-plist diff --git a/games/Makefile b/games/Makefile index 03238be528a9..290bee3ec91a 100644 --- a/games/Makefile +++ b/games/Makefile @@ -329,6 +329,7 @@ SUBDIR += race SUBDIR += rfksay SUBDIR += robocode + SUBDIR += robotfindskitten SUBDIR += rockdodger SUBDIR += rocksndiamonds SUBDIR += rt2-demo diff --git a/games/robotfindskitten/Makefile b/games/robotfindskitten/Makefile new file mode 100644 index 000000000000..b15249693e0c --- /dev/null +++ b/games/robotfindskitten/Makefile @@ -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 diff --git a/games/robotfindskitten/distinfo b/games/robotfindskitten/distinfo new file mode 100644 index 000000000000..52feb2be7238 --- /dev/null +++ b/games/robotfindskitten/distinfo @@ -0,0 +1 @@ +MD5 (robotfindskitten-v1600003.248b.tar.gz) = f2dcce4282d536fae4696d03a46bc12c diff --git a/games/robotfindskitten/files/patch-src-Makefile.in b/games/robotfindskitten/files/patch-src-Makefile.in new file mode 100644 index 000000000000..56d20900efc9 --- /dev/null +++ b/games/robotfindskitten/files/patch-src-Makefile.in @@ -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 diff --git a/games/robotfindskitten/pkg-descr b/games/robotfindskitten/pkg-descr new file mode 100644 index 000000000000..ca8865df8575 --- /dev/null +++ b/games/robotfindskitten/pkg-descr @@ -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/ diff --git a/games/robotfindskitten/pkg-plist b/games/robotfindskitten/pkg-plist new file mode 100644 index 000000000000..e8e2946d9679 --- /dev/null +++ b/games/robotfindskitten/pkg-plist @@ -0,0 +1 @@ +bin/robotfindskitten -- cgit v1.2.3