1995-05-11 20:45:43 +00:00
|
|
|
# New ports collection makefile for: rsynth
|
|
|
|
# Date created: 03 Jan 1995
|
|
|
|
# Whom: faulkner@mpd.tandem.com
|
|
|
|
#
|
1999-08-25 04:36:31 +00:00
|
|
|
# $FreeBSD$
|
1995-05-11 20:45:43 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 21:25:03 +00:00
|
|
|
PORTNAME= rsynth
|
|
|
|
PORTVERSION= 2.0
|
1995-07-03 22:24:42 +00:00
|
|
|
CATEGORIES= audio
|
1996-09-17 09:43:29 +00:00
|
|
|
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
|
1995-07-03 22:24:42 +00:00
|
|
|
|
1996-11-15 23:14:56 +00:00
|
|
|
MAINTAINER= faulkner@mpd.tandem.com
|
|
|
|
|
2000-02-02 21:39:59 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm \
|
2000-02-02 21:41:48 +00:00
|
|
|
${X11BASE}/include/audio/audiolib.h:${PORTSDIR}/audio/nas
|
1998-11-29 08:16:52 +00:00
|
|
|
RUN_DEPENDS= auvoxware:${PORTSDIR}/audio/nas
|
1995-07-03 22:24:42 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
|
|
|
pre-configure:
|
1996-11-15 23:14:56 +00:00
|
|
|
@${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
|
1995-05-11 20:45:43 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|