pkgsrc-wip/words/Makefile
Jeremy C. Reed 06c112c177 Note that libcrack needs a words list. This provides it!
This is a word list containing over 45000 words. This list is
suitable for English language spelling checkers, libcrack, and as
a target for look(1).
This is linux.words.2, compiled by Rik Faith on Oct 10, 1993.
2003-05-16 16:06:58 +00:00

24 lines
738 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/05/16 16:06:58 jeremy-c-reed Exp $
DISTNAME= linux.words.2
PKGNAME= words-2
WRKSRC= ${WRKDIR}/usr/dict
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SUNSITE:=libs/}
MAINTAINER= packages@netbsd.org
#HOMEPAGE=
COMMENT= English word list
NO_CONFIGURE= yes
NO_BUILD= yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/dict
${INSTALL_DATA} ${WRKSRC}/linux.words ${PREFIX}/share/dict/words
${LN} -fs ${PREFIX}/share/dict/words ${PREFIX}/share/dict/linux.words
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/words
${INSTALL_DATA} ${WRKSRC}/README.linux.words ${PREFIX}/share/doc/words/
${INSTALL_DATA} ${WRKSRC}/README2.linux.words ${PREFIX}/share/doc/words/
.include "../../mk/bsd.pkg.mk"