- Distfile was rerolled and its contents slightly modified.

This commit is contained in:
Edward Tomasz Napierala
2008-06-18 10:03:44 +00:00
parent 507b59dca2
commit 341bea55cb
3 changed files with 14 additions and 11 deletions

View File

@@ -7,6 +7,7 @@
PORTNAME= fhourstones
PORTVERSION= 3.1
PORTREVISION= 1
CATEGORIES= benchmarks
MASTER_SITES= http://homepages.cwi.nl/~tromp/c4/
DISTNAME= Fhourstones

View File

@@ -1,3 +1,3 @@
MD5 (Fhourstones.tar.gz) = 4137746ea1520aa6041ed1cd9b1a0d26
SHA256 (Fhourstones.tar.gz) = a7b3562562b5522900480aaa29d70e1b70239ef028a0d5222a41c7222e3f5a6c
SIZE (Fhourstones.tar.gz) = 10387
MD5 (Fhourstones.tar.gz) = 020cc5476aba44e4abf343e63fd47fca
SHA256 (Fhourstones.tar.gz) = 3fcca1fc0685709024f4c738a5a9575ac62ca7867265348ab0f3651b1e60a599
SIZE (Fhourstones.tar.gz) = 11396

View File

@@ -1,8 +1,10 @@
--- /dev/null Thu Nov 23 08:54:18 2006
+++ Makefile Thu Nov 23 08:54:28 2006
@@ -0,0 +1,5 @@
+all: SearchGame
+
+SearchGame: Game.c SearchGame.c TransGame.c
+ $(CC) -o $@ $(CFLAGS) SearchGame.c
+
--- Makefile.orig 2008-06-17 21:47:28.000000000 +0200
+++ Makefile 2008-06-17 21:47:37.000000000 +0200
@@ -1,6 +1,6 @@
# GNU Makefile
-CFLAGS = -O3 -Wextra -Wall
+CFLAGS += -Wextra -Wall
CFILES = SearchGame.c TransGame.c Game.c
JAVAFILES = SearchGame.java Connect4.java Game.java TransGame.java
HASKELLFILES = Main.hs Connect4.hs GameTreeSearch.hs