diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-03-04 10:30:13 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-03-04 10:30:13 +0000 |
commit | 664abee8b62233fdac20a039b811c1412d60220b (patch) | |
tree | 2bcf4daae8dfe3f6f35770aa7151918b77c42635 /games/an/Makefile | |
parent | 7243ac7f29f0510aa6deec096411dd6837360ee7 (diff) | |
download | ports-664abee8b62233fdac20a039b811c1412d60220b.tar.gz ports-664abee8b62233fdac20a039b811c1412d60220b.zip |
Notes
Diffstat (limited to 'games/an/Makefile')
-rw-r--r-- | games/an/Makefile | 24 |
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> |