mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
604c7a9b76
Prompted by: QAT QA run Approved by: maintainer timeout on QATMail
33 lines
704 B
Makefile
33 lines
704 B
Makefile
# New ports collection makefile for: flite
|
|
# Date created: 18 December 2004
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= flite
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.speech.cs.cmu.edu/flite/packed/${PORTNAME}-${PORTVERSION}/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-release
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
COMMENT= A small run-time speech synthesis engine
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-shared=yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
CFLAGS:= ${CFLAGS:N-O:N-O[0123456789]} -O0
|
|
|
|
.ifndef NOPORTDOCS
|
|
post-install:
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|