- # $OpenBSD: Makefile,v 1.2 2007/09/15 22:27:38 simon Exp $
- COMMENT= part of speech lexicons and ngram from English
- DISTNAME= festlex_POSLEX
- do-install:
- ${INSTALL_DATA_DIR} ${LEX_PRE}/dicts
- ${INSTALL_DATA} ${WRKDIST}/lib/dicts/* ${LEX_PRE}/dicts
- .include <bsd.port.mk>
|