an stable port information

Package: an
Version: 0.93
Revision: 11
Description: Command-line anagram generator
DescDetail: <<
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:/usr/share/dict/words).
<<
DescPackaging: <<
Much of the documentation in the tarball refers to itself as being
version 0.92, but some says 0.93 and `an --version` of the compiled
binary reports 0.93, so 0.93 it is.
<<
DescPort: <<
No big deal...just have to correct the default dictionary file for BSD.

libgnunetopt no longer needed on 10.3.
<<
License: GPL
Maintainer: Daniel Macks
Source: http://www.gtoal.com/wordgames/anagrams/%n-%v/%n-%v.tar.gz
Source-MD5: a78419d3b7cedf46c6d57311c3062297
PatchScript: <<
perl -pi.orig -e 's:/usr/dict/words:/usr/share/dict/words:' an.6 README
<<
CompileScript: make DEFS='-DDEFDICT=\"/usr/share/dict/words\"'
InstallScript: <<
install -d -m 755 %i/bin %i/share/man/man6
make install INSTALLDIR=%i/bin MANDIR=%i/share/man/man6
<<
DocFiles: COPYING COPYRIGHT ChangeLog DICTIONARY EXAMPLE.ANAGRAMS HINTS INSTALL README TODO