diff options
-rw-r--r-- | games/robotfindskitten/Makefile | 9 | ||||
-rw-r--r-- | games/robotfindskitten/distinfo | 6 | ||||
-rw-r--r-- | games/robotfindskitten/files/patch-src-Makefile.in | 16 |
3 files changed, 16 insertions, 15 deletions
diff --git a/games/robotfindskitten/Makefile b/games/robotfindskitten/Makefile index af51a39d4ac8..0a1bfee7ac63 100644 --- a/games/robotfindskitten/Makefile +++ b/games/robotfindskitten/Makefile @@ -6,17 +6,18 @@ # PORTNAME= robotfindskitten -PORTVERSION= 1600003.248b -PORTREVISION= 1 +PORTVERSION= 1.7320508.406 +PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= http://robotfindskitten.org/download/POSIX/ -DISTNAME= ${PORTNAME}-v${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ceri@FreeBSD.org +MAINTAINER= skreuzer@exit2shell.com COMMENT= Yet another zen simulation GNU_CONFIGURE= YES USE_GNOME= glib12 +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INFO= ${PORTNAME} PLIST_FILES= bin/robotfindskitten diff --git a/games/robotfindskitten/distinfo b/games/robotfindskitten/distinfo index 593cc3b443c6..7cada52c5333 100644 --- a/games/robotfindskitten/distinfo +++ b/games/robotfindskitten/distinfo @@ -1,3 +1,3 @@ -MD5 (robotfindskitten-v1600003.248b.tar.gz) = f2dcce4282d536fae4696d03a46bc12c -SHA256 (robotfindskitten-v1600003.248b.tar.gz) = 3b292286d0c0812c50fe0079d597c05fe031f2d7f20f90e03a0cd81de8f0ecd2 -SIZE (robotfindskitten-v1600003.248b.tar.gz) = 196008 +MD5 (robotfindskitten-1.7320508.406.tar.gz) = 6b9cf314ffee0de52ed85ac5ba11d66b +SHA256 (robotfindskitten-1.7320508.406.tar.gz) = 08c8a826c3cf90a7f3dc1d42b087425af661971585f125b9bedca2bcc2a11852 +SIZE (robotfindskitten-1.7320508.406.tar.gz) = 406412 diff --git a/games/robotfindskitten/files/patch-src-Makefile.in b/games/robotfindskitten/files/patch-src-Makefile.in index 56d20900efc9..d1f62fc6c7d2 100644 --- a/games/robotfindskitten/files/patch-src-Makefile.in +++ b/games/robotfindskitten/files/patch-src-Makefile.in @@ -1,11 +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) +--- src/Makefile.in.orig 2008-07-04 00:13:35.000000000 -0400 ++++ src/Makefile.in 2008-07-04 00:13:50.000000000 -0400 +@@ -170,7 +170,7 @@ + target_alias = @target_alias@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ -execgamesdir = $(prefix)/games +execgamesdir = $(prefix)/bin - execgames_PROGRAMS = robotfindskitten + robotfindskitten_SOURCES = draw.h messages.h robotfindskitten.c + all: all-am - robotfindskitten_SOURCES = cunit.h cunit.c draw.h messages.h robotfindskitten.c |