aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rsynth/Makefile
blob: 200752a6cface03992ae8e45cb8b75c54a39669d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    rsynth
# Date created:     03 Jan 1995
# Whom:         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>