diff options
author | jonb <jonb> | 2002-03-06 01:29:20 +0000 |
---|---|---|
committer | jonb <jonb> | 2002-03-06 01:29:20 +0000 |
commit | 9447b362bbd560cf7b93284d4843ba98a841d33a (patch) | |
tree | bec1e5e86173bae8adf73b9c2f3a43f3647517bc /games/an/Makefile | |
parent | bb9fbd9a151ac3384164b0f5019d2c8cbba6aa8a (diff) | |
download | pkgsrc-9447b362bbd560cf7b93284d4843ba98a841d33a.tar.gz |
Generates anagrams for a phrase supplied by the user, the words used in the
anagram are taken from a specified dictionary which should contain one
word per line (default dictionary:/usr/share/dict/words).
Some Anagrams Found Using an-0.93:
Free Software Foundation - I'd fan out tons of freeware!
National Security Agency - Lusty yearning at cocaine.
President Dole - Led despite Ron.
Central Intelligence Agency - Langley: Inelegant, eccentric.
Diffstat (limited to 'games/an/Makefile')
-rw-r--r-- | games/an/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/an/Makefile b/games/an/Makefile new file mode 100644 index 00000000000..d003c338afd --- /dev/null +++ b/games/an/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/03/06 01:29:20 jonb Exp $ +# + +DISTNAME= an-0.93 +CATEGORIES= games +MASTER_SITES= ftp://suburbia.net/pub/rmj/ + +MAINTAINER= jonb@netbsd.org +COMMENT= Very fast anagram generator + +WRKSRC= ${WRKDIR}/an-0.93 + +.include "../../mk/bsd.pkg.mk" |