summaryrefslogtreecommitdiff
path: root/games/agm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--games/agm/Makefile23
-rw-r--r--games/agm/distinfo1
-rw-r--r--games/agm/files/patch-aa27
-rw-r--r--games/agm/pkg-comment1
-rw-r--r--games/agm/pkg-descr3
-rw-r--r--games/agm/pkg-plist2
6 files changed, 57 insertions, 0 deletions
diff --git a/games/agm/Makefile b/games/agm/Makefile
new file mode 100644
index 000000000000..c304c38cf86e
--- /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 000000000000..8fdde4569792
--- /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 000000000000..f6012c79ad19
--- /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 000000000000..c8792d646a69
--- /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 000000000000..157cad8c220d
--- /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 000000000000..ea34f1095a90
--- /dev/null
+++ b/games/agm/pkg-plist
@@ -0,0 +1,2 @@
+bin/agm
+man/man6/agm.6.gz