agm port
This commit is contained in:
parent
dc66da96e4
commit
a2f7361563
23
games/agm/Makefile
Normal file
23
games/agm/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# OpenBSD makefile for: agm
|
||||
# Version required: 1.1
|
||||
# Date created: May 19 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/20 01:09:31 angelos Exp $
|
||||
#
|
||||
|
||||
DISTNAME= agm-1.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= games/amusements
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
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>
|
1
games/agm/files/md5
Normal file
1
games/agm/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (agm-1.1.tar.gz) = cfc59aeac10ea1409dd13ae791008888
|
27
games/agm/patches/patch-aa
Normal file
27
games/agm/patches/patch-aa
Normal file
@ -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
|
1
games/agm/pkg/COMMENT
Normal file
1
games/agm/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
AnaGram search utility
|
3
games/agm/pkg/DESCR
Normal file
3
games/agm/pkg/DESCR
Normal file
@ -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
|
2
games/agm/pkg/PLIST
Normal file
2
games/agm/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
bin/agm
|
||||
man/man6/agm.6
|
Loading…
Reference in New Issue
Block a user