summaryrefslogtreecommitdiff
path: root/games/an/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-03-04 10:30:13 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-03-04 10:30:13 +0000
commit664abee8b62233fdac20a039b811c1412d60220b (patch)
tree2bcf4daae8dfe3f6f35770aa7151918b77c42635 /games/an/Makefile
parentFix bug introduced by the last update. Closes PR ports/2872. (diff)
Import of an port. an is a fast anagram generator.
Closes PR #2839. Submitted by: Julian Assange <proff@iq.org>
Notes
Notes: svn path=/head/; revision=5840
Diffstat (limited to 'games/an/Makefile')
-rw-r--r--games/an/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/games/an/Makefile b/games/an/Makefile
new file mode 100644
index 000000000000..ebdc7273b7e8
--- /dev/null
+++ b/games/an/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: an
+# Version required: 0.93
+# Date created: 28 Feb 1997
+# Whom: proff
+#
+# $Id$
+#
+
+DISTNAME= an-0.93
+CATEGORIES= games
+MASTER_SITES= ftp://suburbia.net/pub/rmj/ \
+ ftp://ftp.suburbia.net/pub/rmj/
+
+MAINTAINER= proff@iq.org
+
+MAKE_ENV+= DEFS=-DDEFDICT=\\\"/usr/share/dict/words\\\"
+ALL_TARGET= with-getopt
+MAN6= an.6
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/an ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/an.6 ${MANPREFIX}/man/man6
+
+.include <bsd.port.mk>