mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
27 lines
562 B
Makefile
27 lines
562 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= 4
|
|
CATEGORIES= audio accessibility
|
|
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Speech synthesizer
|
|
|
|
LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm \
|
|
audio:${PORTSDIR}/audio/nas
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= autoconf
|
|
|
|
pre-configure:
|
|
@${CP} ${FILESDIR}/freebsdplay.c ${WRKSRC}/config/freebsdplay.c
|
|
|
|
.include <bsd.port.mk>
|