1995-05-11 22:45:43 +02:00
|
|
|
# New ports collection makefile for: rsynth
|
|
|
|
# Date created: 03 Jan 1995
|
|
|
|
# Whom: faulkner@mpd.tandem.com
|
|
|
|
#
|
1999-08-25 06:36:31 +02:00
|
|
|
# $FreeBSD$
|
1995-05-11 22:45:43 +02:00
|
|
|
#
|
|
|
|
|
2000-04-08 23:25:03 +02:00
|
|
|
PORTNAME= rsynth
|
|
|
|
PORTVERSION= 2.0
|
2005-10-11 21:24:48 +02:00
|
|
|
PORTREVISION= 2
|
2003-10-04 03:34:47 +02:00
|
|
|
CATEGORIES= audio accessibility
|
1996-09-17 11:43:29 +02:00
|
|
|
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
|
1995-07-04 00:24:42 +02:00
|
|
|
|
2002-10-24 05:33:50 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Speech synthesizer
|
1996-11-16 00:14:56 +01:00
|
|
|
|
2005-10-11 21:24:48 +02:00
|
|
|
LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm \
|
|
|
|
audio:${PORTSDIR}/audio/nas
|
1995-07-04 00:24:42 +02:00
|
|
|
|
2000-06-23 18:39:56 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-04-30 00:54:33 +02:00
|
|
|
|
1995-07-04 00:24:42 +02:00
|
|
|
pre-configure:
|
1996-11-16 00:14:56 +01: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 22:45:43 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|