35 lines
791 B
Makefile
35 lines
791 B
Makefile
# $OpenBSD: Makefile,v 1.4 2004/11/21 17:51:44 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}
|
|
DISTNAME= ${PKGNAME}-release
|
|
CATEGORIES= audio
|
|
|
|
HOMEPAGE= http://www.cmuflite.org/
|
|
|
|
MAINTAINER= Jason L. Wright <jason@openbsd.org>
|
|
|
|
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 <bsd.port.mk>
|