summaryrefslogtreecommitdiff
path: root/games/agm
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-01-10 18:37:29 +0000
committerSteve Price <steve@FreeBSD.org>1999-01-10 18:37:29 +0000
commite0430c9e6203bd89a86285a1f6a6efa6995d69bf (patch)
tree84571651ae5edbbbf82d58d87b1e0a60793ac557 /games/agm
parentUnbreak build. (diff)
Update to version 1.4.
PR: 9344 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=15978
Diffstat (limited to 'games/agm')
-rw-r--r--games/agm/Makefile9
-rw-r--r--games/agm/distinfo2
-rw-r--r--games/agm/files/patch-aa30
-rw-r--r--games/agm/pkg-descr4
4 files changed, 36 insertions, 9 deletions
diff --git a/games/agm/Makefile b/games/agm/Makefile
index 1b739a06ff2b..2ebab9078dde 100644
--- a/games/agm/Makefile
+++ b/games/agm/Makefile
@@ -1,14 +1,15 @@
# New ports collection makefile for: agm
-# Version required: 1.3.1
+# Version required: 1.4
# Date created: 4 July 1997
# Whom: Andrey Zakhvatov
#
-# $Id: Makefile,v 1.1.1.1 1997/07/15 02:08:06 obrien Exp $
+# $Id: Makefile,v 1.2 1998/03/28 14:18:34 steve Exp $
#
-DISTNAME= agm-1.3.1
+DISTNAME= agm-1.4
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITES= ${MASTER_SITE_SUNSITE} \
+ http://users.gtn.net/fraserm/
MASTER_SITE_SUBDIR= games/amusements
MAINTAINER= andy@icc.surw.chel.su
diff --git a/games/agm/distinfo b/games/agm/distinfo
index 618b30e1cb63..71cb9a84ae8b 100644
--- a/games/agm/distinfo
+++ b/games/agm/distinfo
@@ -1 +1 @@
-MD5 (agm-1.3.1.tar.gz) = 2f6da7f63fb87f5a8a16a500b6be0abb
+MD5 (agm-1.4.tar.gz) = 3ff16447dba1d693fdd32752ddc9966c
diff --git a/games/agm/files/patch-aa b/games/agm/files/patch-aa
index 87e0d689e4f2..4559d993dda0 100644
--- a/games/agm/files/patch-aa
+++ b/games/agm/files/patch-aa
@@ -1,6 +1,6 @@
---- Makefile Wed Mar 18 01:02:29 1998
-+++ /home/andy/tmp/wrk/Makefile Sun Mar 22 11:00:29 1998
-@@ -45,7 +45,7 @@
+--- Makefile Sat Oct 17 15:21:25 1998
++++ /home/andy/tmp/wrk/Makefile Wed Jan 6 16:40:21 1999
+@@ -55,13 +55,13 @@
#MANDIR=../../man
MANDIR=/usr/local/man
# Location of the word file
@@ -9,3 +9,27 @@
# Name of the default wordfile
WORDFILE=-DWORDFILE=\"$(WORDDIR)/words\"
# C compiler
+-CC=cc
++CC?=cc
+ # Optimization or other flags for C compiler
+-CCFLAGS=-O
++CFLAGS?=-O
+ #CCFLAGS=-g
+ # Alter this if you have problems compiling the CPU limit code or the
+ # timer code
+@@ -77,13 +77,13 @@
+ doc: agm.ps
+
+ agm: main.o process.o listfuncs.o wordfuncs.o gobble.o sort.o output.o progress.o
+- $(CC) $(CCFLAGS) $(DEFINES) $(RELEASE) $(WORDFILE) -o agm main.o process.o listfuncs.o wordfuncs.o gobble.o sort.o output.o progress.o
++ $(CC) $(CFLAGS) $(DEFINES) $(RELEASE) $(WORDFILE) -o agm main.o process.o listfuncs.o wordfuncs.o gobble.o sort.o output.o progress.o
+
+ #gagm: gtkmain.o
+ # $(CC) $(CCFLAGS) $(DEFINES) $(RELEASE) $(WORDFILE) -o gagm gtkmain.o $(GTKCFLAGS) $(GTKLIBS)
+
+ .c.o:
+- $(CC) -c $(CCFLAGS) $(DEFINES) $(RELEASE) $(WORDFILE) $<
++ $(CC) -c $(CFLAGS) $(DEFINES) $(RELEASE) $(WORDFILE) $<
+
+ #gtkmain.o: gtkmain.c agm.h
+
diff --git a/games/agm/pkg-descr b/games/agm/pkg-descr
index 157cad8c220d..5000dca03d53 100644
--- a/games/agm/pkg-descr
+++ b/games/agm/pkg-descr
@@ -1,3 +1,5 @@
'agm' searches for single- or multi-word anagrams of target
words, and has options to assist finding good anagrams by
-eliminating excessive "dross" words
+eliminating excessive "dross" words.
+
+http://users.gtn.net/fraserm/anagrams.html