freebsd-ports/audio/rsynth/Makefile

29 lines
695 B
Makefile
Raw Normal View History

# 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$
#
PORTNAME= rsynth
PORTVERSION= 2.0
PORTREVISION= 2
CATEGORIES= audio accessibility
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
1995-07-04 00:24:42 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Speech synthesizer
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
1995-07-04 00:24:42 +02:00
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>