summaryrefslogtreecommitdiff
path: root/audio/rsynth/Makefile
blob: 2813adffb82a7ed4381b61994fe19e17bb2c75da (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
# New ports collection makefile for:	rsynth
# Version required:	2.0
# Date created:		03 Jan 1995
# Whom:			faulkner@mpd.tandem.com
#
# $Id$
#

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

BUILD_DEPENDS=	${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
EXEC_DEPENDS=	auvoxware:${PORTSDIR}/audio/nas

GNU_CONFIGURE=	YES

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>