aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rsynth/Makefile
blob: 8f4eff155a6f1c925470c4a07a6bdf86d43be879 (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
27
28
29
# New ports collection makefile for:    rsynth
# Date created:     03 Jan 1995
# Whom:         faulkner@mpd.tandem.com
#
# $FreeBSD$
#

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

MAINTAINER= faulkner@mpd.tandem.com

BUILD_DEPENDS=  ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm \
        ${X11BASE}/include/audio/audiolib.h:${PORTSDIR}/audio/nas
RUN_DEPENDS=    auvoxware:${PORTSDIR}/audio/nas

GNU_CONFIGURE=  YES

BROKEN=     "PLIST is incorrect"

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

.include <bsd.port.mk>