openbsd-ports/audio/flite/Makefile

34 lines
798 B
Makefile

# $OpenBSD: Makefile,v 1.6 2005/08/17 02:16:03 pvalchev Exp $
COMMENT= "text to speech utility"
.if ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "mips64"
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 <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>