aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-06-17 18:42:56 +0000
committerSteve Price <steve@FreeBSD.org>2001-06-17 18:42:56 +0000
commit84b49f1ab68779d2a2b2ce011596266b91f68975 (patch)
tree2e18cfa412b56944fb52776b318bd95e9058ae3e /games
parent4b9159060fd23865bcfcb8336d13dd1c7eae6e6f (diff)
downloadports-84b49f1ab68779d2a2b2ce011596266b91f68975.tar.gz
ports-84b49f1ab68779d2a2b2ce011596266b91f68975.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/Makefile1
-rw-r--r--games/agm/Makefile25
-rw-r--r--games/agm/distinfo1
-rw-r--r--games/agm/files/patch-aa42
-rw-r--r--games/agm/files/patch-ab5
-rw-r--r--games/agm/pkg-comment1
-rw-r--r--games/agm/pkg-descr5
-rw-r--r--games/agm/pkg-plist2
8 files changed, 0 insertions, 82 deletions
diff --git a/games/Makefile b/games/Makefile
index 0d0d572248b1..97e7d2566c65 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -12,7 +12,6 @@
SUBDIR += actx
SUBDIR += adom
SUBDIR += affenspiel
- SUBDIR += agm
SUBDIR += alephone
SUBDIR += alephone-data
SUBDIR += amphetamine
diff --git a/games/agm/Makefile b/games/agm/Makefile
deleted file mode 100644
index 96bb9a6661f8..000000000000
--- a/games/agm/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: agm
-# Date created: 4 July 1997
-# Whom: Andrey Zakhvatov
-#
-# $FreeBSD$
-#
-
-PORTNAME= agm
-PORTVERSION= 1.4
-CATEGORIES= games
-MASTER_SITES= http://users.gtn.net/fraserm/
-
-MAINTAINER= ports@FreeBSD.org
-
-MAN6= agm.6
-
-post-patch:
- @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/xagm
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/agm ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/xagm ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/agm.6 ${PREFIX}/man/man6
-
-.include <bsd.port.mk>
diff --git a/games/agm/distinfo b/games/agm/distinfo
deleted file mode 100644
index 71cb9a84ae8b..000000000000
--- a/games/agm/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (agm-1.4.tar.gz) = 3ff16447dba1d693fdd32752ddc9966c
diff --git a/games/agm/files/patch-aa b/games/agm/files/patch-aa
deleted file mode 100644
index 7377c00e7807..000000000000
--- a/games/agm/files/patch-aa
+++ /dev/null
@@ -1,42 +0,0 @@
---- Makefile.orig Sun Oct 18 00:21:25 1998
-+++ Makefile Wed May 3 12:00:00 2000
-@@ -50,18 +50,18 @@
- RELEASE=-DRELEASE=\"$(VER)\"
- # Set this to the destination directory for the executable
- #BINDIR=../../bin/`uname`
--BINDIR=/usr/local/bin
-+BINDIR=${PREFIX}/bin
- # Location of manual pages
- #MANDIR=../../man
--MANDIR=/usr/local/man
-+MANDIR=${PREFIX}/man
- # Location of the word file
--WORDDIR=/usr/local/lib
-+WORDDIR=/usr/share/dict
- # 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/files/patch-ab b/games/agm/files/patch-ab
deleted file mode 100644
index 0d1ef3f087b9..000000000000
--- a/games/agm/files/patch-ab
+++ /dev/null
@@ -1,5 +0,0 @@
---- xagm.orig Wed Mar 18 01:02:29 1998
-+++ xagm Wed May 3 12:00:00 2000
-@@ -1,1 +1,1 @@
--#!/usr/bin/wish
-+#!%%LOCALBASE%%/bin/wish8.0
diff --git a/games/agm/pkg-comment b/games/agm/pkg-comment
deleted file mode 100644
index 2cfafb3c98df..000000000000
--- a/games/agm/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-AnaGraM search utility
diff --git a/games/agm/pkg-descr b/games/agm/pkg-descr
deleted file mode 100644
index 0512f8fbbba9..000000000000
--- a/games/agm/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-'agm' searches for single- or multi-word anagrams of target
-words, and has options to assist finding good anagrams by
-eliminating excessive "dross" words.
-
-WWW: http://users.gtn.net/fraserm/anagrams.html
diff --git a/games/agm/pkg-plist b/games/agm/pkg-plist
deleted file mode 100644
index 3e21728b2757..000000000000
--- a/games/agm/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/agm
-bin/xagm