diff options
author | obrien <obrien@FreeBSD.org> | 1997-07-15 02:08:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-07-15 02:08:06 +0000 |
commit | 9500a35e2fe02ce07aa8ab829d08363442fb88cf (patch) | |
tree | 874400d3be063a02230e383f8514c3c595e6df82 /games/agm | |
parent | 89ad37c14d13f59cff72a8c4575f3b71f7db5efb (diff) | |
download | FreeBSD-ports-9500a35e2fe02ce07aa8ab829d08363442fb88cf.zip FreeBSD-ports-9500a35e2fe02ce07aa8ab829d08363442fb88cf.tar.gz |
'agm' searches for single- or multi-word anagrams of target words
PR: ports/4053
Submitted by: Andrey Zakhvatov Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/agm')
-rw-r--r-- | games/agm/Makefile | 23 | ||||
-rw-r--r-- | games/agm/distinfo | 1 | ||||
-rw-r--r-- | games/agm/files/patch-aa | 27 | ||||
-rw-r--r-- | games/agm/pkg-comment | 1 | ||||
-rw-r--r-- | games/agm/pkg-descr | 3 | ||||
-rw-r--r-- | games/agm/pkg-plist | 2 |
6 files changed, 57 insertions, 0 deletions
diff --git a/games/agm/Makefile b/games/agm/Makefile new file mode 100644 index 0000000..c304c38 --- /dev/null +++ b/games/agm/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: agm +# Version required: 1.1 +# Date created: 4 July 1997 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= agm-1.1 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= games/amusements + +MAINTAINER= andy@icc.surw.chel.su + +WRKSRC= ${WRKDIR} +MAN6= agm.6 + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/agm ${PREFIX}/bin + @ ${INSTALL_MAN} ${WRKSRC}/agm.6 ${PREFIX}/man/man6 + +.include <bsd.port.mk> diff --git a/games/agm/distinfo b/games/agm/distinfo new file mode 100644 index 0000000..8fdde45 --- /dev/null +++ b/games/agm/distinfo @@ -0,0 +1 @@ +MD5 (agm-1.1.tar.gz) = cfc59aeac10ea1409dd13ae791008888 diff --git a/games/agm/files/patch-aa b/games/agm/files/patch-aa new file mode 100644 index 0000000..f6012c7 --- /dev/null +++ b/games/agm/files/patch-aa @@ -0,0 +1,27 @@ +*** Makefile Mon Feb 24 23:42:28 1997 +--- /home/andy/tmp/wrk/Makefile Fri Jul 4 23:45:17 1997 +*************** +*** 32,42 **** + #MANDIR=../../man + MANDIR=/usr/local/man + # Name of the default wordfile +! WORDFILE=-DWORDFILE=\"/usr/dict/words\" + # C compiler + CC=cc + # Optimization or other flags for C compiler +! CCFLAGS=-O + #CCFLAGS=-g + # Alter this if you have problems compiling the CPU limit code or the + # timer code +--- 32,42 ---- + #MANDIR=../../man + MANDIR=/usr/local/man + # Name of the default wordfile +! WORDFILE=-DWORDFILE=\"/usr/share/dict/words\" + # C compiler + CC=cc + # Optimization or other flags for C compiler +! CCFLAGS=${CFLAGS} + #CCFLAGS=-g + # Alter this if you have problems compiling the CPU limit code or the + # timer code diff --git a/games/agm/pkg-comment b/games/agm/pkg-comment new file mode 100644 index 0000000..c8792d6 --- /dev/null +++ b/games/agm/pkg-comment @@ -0,0 +1 @@ +AnaGram search utility diff --git a/games/agm/pkg-descr b/games/agm/pkg-descr new file mode 100644 index 0000000..157cad8 --- /dev/null +++ b/games/agm/pkg-descr @@ -0,0 +1,3 @@ +'agm' searches for single- or multi-word anagrams of target +words, and has options to assist finding good anagrams by +eliminating excessive "dross" words diff --git a/games/agm/pkg-plist b/games/agm/pkg-plist new file mode 100644 index 0000000..ea34f10 --- /dev/null +++ b/games/agm/pkg-plist @@ -0,0 +1,2 @@ +bin/agm +man/man6/agm.6.gz |