afdebcf9a4
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
30 lines
722 B
Makefile
30 lines
722 B
Makefile
# $NetBSD: Makefile,v 1.13 2003/04/10 01:28:04 grant Exp $
|
|
|
|
DISTNAME= OGIlexicon-2.0
|
|
PKGNAME= festlex-ogi-2.0
|
|
WRKSRC= ${WRKDIR}/festival
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/
|
|
|
|
MAINTAINER= proff@iq.org
|
|
HOMEPAGE= http://cslu.cse.ogi.edu/tts/
|
|
COMMENT= Composite pronounciation dictionary from ogi.edu for festival
|
|
|
|
DEPENDS+= festival>=1.4.0:../festival
|
|
DEPENDS+= festlex-poslex>=1.4.0:../festlex-poslex
|
|
|
|
LICENSE= no-commercial-use
|
|
|
|
NO_BUILD= yes
|
|
|
|
FHOME= ${PREFIX}/share/festival
|
|
|
|
post-extract:
|
|
@ ${CHMOD} -R a+r ${WRKSRC}
|
|
@ ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${FHOME}
|
|
cd ${WRKSRC} && ${PAX} -rw * ${FHOME}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|