diff options
author | steve <steve@FreeBSD.org> | 2001-06-18 02:42:56 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-06-18 02:42:56 +0800 |
commit | 84c3b15b2f3ebbaf3c7bd5d13c7278a4bdf0bcf0 (patch) | |
tree | dcd72a222ed9ffb7f94626c2abc33d11f97f3d79 /games | |
parent | 937658f2e9d04c52ebda2be9a338285faa8758a8 (diff) | |
download | freebsd-ports-graphics-84c3b15b2f3ebbaf3c7bd5d13c7278a4bdf0bcf0.tar.gz freebsd-ports-graphics-84c3b15b2f3ebbaf3c7bd5d13c7278a4bdf0bcf0.tar.zst freebsd-ports-graphics-84c3b15b2f3ebbaf3c7bd5d13c7278a4bdf0bcf0.zip |
This software (agm) is no longer distributed or supported by the author.
PR: 28091
Submitted by: Jeff Palmer <scorpio@drkshdw.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/agm/Makefile | 25 | ||||
-rw-r--r-- | games/agm/distinfo | 1 | ||||
-rw-r--r-- | games/agm/files/patch-aa | 42 | ||||
-rw-r--r-- | games/agm/files/patch-ab | 5 | ||||
-rw-r--r-- | games/agm/pkg-comment | 1 | ||||
-rw-r--r-- | games/agm/pkg-descr | 5 | ||||
-rw-r--r-- | games/agm/pkg-plist | 2 |
8 files changed, 0 insertions, 82 deletions
diff --git a/games/Makefile b/games/Makefile index 0d0d572248b..97e7d2566c6 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 96bb9a6661f..00000000000 --- 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 71cb9a84ae8..00000000000 --- 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 7377c00e780..00000000000 --- 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 0d1ef3f087b..00000000000 --- 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 2cfafb3c98d..00000000000 --- 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 0512f8fbbba..00000000000 --- 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 3e21728b275..00000000000 --- a/games/agm/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/agm -bin/xagm |