Makefile 611 B

1234567891011121314151617181920
  1. # $OpenBSD: Makefile,v 1.3 2013/03/10 22:55:02 espie Exp $
  2. COMMENT= British English RP male speaker (DON)
  3. DISTNAME= festvox_don
  4. RUN_DEPENDS= ${VOX_UK_DEPS}
  5. # Depends on festlex_OALD which is free for non-commercial use only
  6. PERMIT_PACKAGE_CDROM= no fee
  7. do-install:
  8. ${INSTALL_DATA_DIR} ${VOX_PRE}/english/don_diphone
  9. ${INSTALL_DATA_DIR} ${VOX_PRE}/english/don_diphone/festvox
  10. ${INSTALL_DATA} ${VOX_WRK}/english/don_diphone/{COPYING,*.bin,*.txt} \
  11. ${VOX_PRE}/english/don_diphone
  12. ${INSTALL_DATA} ${VOX_WRK}/english/don_diphone/festvox/* \
  13. ${VOX_PRE}/english/don_diphone/festvox
  14. .include <bsd.port.mk>