summaryrefslogtreecommitdiff
path: root/games/an/Makefile
diff options
context:
space:
mode:
authorjonb <jonb>2002-03-06 01:29:20 +0000
committerjonb <jonb>2002-03-06 01:29:20 +0000
commit9447b362bbd560cf7b93284d4843ba98a841d33a (patch)
treebec1e5e86173bae8adf73b9c2f3a43f3647517bc /games/an/Makefile
parentbb9fbd9a151ac3384164b0f5019d2c8cbba6aa8a (diff)
downloadpkgsrc-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/Makefile13
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"