2314c85f45
zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes
13 lines
349 B
Makefile
13 lines
349 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/11/15 00:22:46 espie Exp $
|
|
|
|
COMMENT= American English lexicon compiled from Moby and CMU lexicons
|
|
DISTNAME= OGIlexicon-2.1
|
|
|
|
RUN_DEPENDS= audio/festival/core,ogi
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/festival/dicts
|
|
${INSTALL_DATA} ${WRKDIST}/lib/dicts/* ${PREFIX}/lib/festival/dicts
|
|
|
|
.include <bsd.port.mk>
|