summaryrefslogtreecommitdiff
path: root/audio/rsynth/Makefile
blob: f58fa281e580b4ba4d455a33b1c59224aa655c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: faulkner@mpd.tandem.com
# $FreeBSD$

PORTNAME=	rsynth
PORTVERSION=	2.0
PORTREVISION=	4
CATEGORIES=	audio accessibility
MASTER_SITES=	ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Speech synthesizer

LIB_DEPENDS=	gdbm:${PORTSDIR}/databases/gdbm	\
		audio:${PORTSDIR}/audio/nas

GNU_CONFIGURE=	yes
USE_AUTOTOOLS=	autoconf
NO_STAGE=	yes

pre-configure:
	@${CP} ${FILESDIR}/freebsdplay.c ${WRKSRC}/config/freebsdplay.c

.include <bsd.port.mk>