# $OpenBSD: Makefile,v 1.5 2004/12/22 07:00:14 espie Exp $ COMMENT= "text to speech utility" .if ${MACHINE_ARCH} == "hppa" BROKEN= "gcc hang compiling cmu_us_kal_diphone.c" .endif VERSION= 1.2 DISTNAME= flite-${VERSION}-release PKGNAME= flite-${VERSION}p0 CATEGORIES= audio HOMEPAGE= http://www.cmuflite.org/ MAINTAINER= Jason L. Wright PERMIT_PACKAGE_CDROM= No, mods have to be clearly marked PERMIT_PACKAGE_FTP= No, mods have to be clearly marked PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= c m MASTER_SITES= http://www.speech.cs.cmu.edu/flite/packed/flite-${VERSION}/ CONFIGURE_STYLE= gnu dest CONFIGURE_ARGS= ${CONFIGURE_SHARED} USE_GMAKE= Yes NO_REGRESS= Yes VMEM_WARNING= Yes .include