35a72c9968
actually using it, because the nas' libaudio was not linked right. Now that nas is built better, this port's configure find -laudio to be usable and builds/installs the `nasay' executable (in addition to the regular `say'). Put `bin/nasay' back into pkg-plist and changes the bogus build-dependency on audiolib.h to lib-dependency on audio. While here, remove the explicit requirement for a particular version of -lgdbm. Rsynth' last release was in 1994 -- whatever libgdbm happens to be on a FreeBSD system _today_ is going to be just fine. Bump PORTREVISION. Notified by: pointyhat (via kris)
29 lines
695 B
Makefile
29 lines
695 B
Makefile
# New ports collection makefile for: rsynth
|
|
# Date created: 03 Jan 1995
|
|
# Whom: faulkner@mpd.tandem.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rsynth
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio accessibility
|
|
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Speech synthesizer
|
|
|
|
LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm \
|
|
audio:${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>
|