summaryrefslogtreecommitdiff
path: root/audio/rsynth/Makefile
blob: dc78d3ad82b9da1e65daffda8d07715f82adc395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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=	dinoex@FreeBSD.org
COMMENT=	Speech synthesizer

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

GNU_CONFIGURE=	yes
USE_AUTOTOOLS=	autoconf

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

.include <bsd.port.mk>