freebsd-ports/audio/rsynth/Makefile
Mikhail Teterin 35a72c9968 For over five years this port was depending on audio/nas without
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)
2005-10-11 19:24:48 +00:00

28 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>