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:
parent
3c660817f2
commit
8a86b53471
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94970
@ -329,6 +329,7 @@
|
||||
SUBDIR += race
|
||||
SUBDIR += rfksay
|
||||
SUBDIR += robocode
|
||||
SUBDIR += robotfindskitten
|
||||
SUBDIR += rockdodger
|
||||
SUBDIR += rocksndiamonds
|
||||
SUBDIR += rt2-demo
|
||||
|
25
games/robotfindskitten/Makefile
Normal file
25
games/robotfindskitten/Makefile
Normal 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>
|
1
games/robotfindskitten/distinfo
Normal file
1
games/robotfindskitten/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (robotfindskitten-v1600003.248b.tar.gz) = f2dcce4282d536fae4696d03a46bc12c
|
11
games/robotfindskitten/files/patch-src-Makefile.in
Normal file
11
games/robotfindskitten/files/patch-src-Makefile.in
Normal 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
|
6
games/robotfindskitten/pkg-descr
Normal file
6
games/robotfindskitten/pkg-descr
Normal 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/
|
1
games/robotfindskitten/pkg-plist
Normal file
1
games/robotfindskitten/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/robotfindskitten
|
Loading…
Reference in New Issue
Block a user