1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/audio/rsynth/Makefile
1998-11-29 08:24:13 +00:00

28 lines
791 B
Makefile

# New ports collection makefile for: rsynth
# Version required: 2.0
# Date created: 03 Jan 1995
# Whom: faulkner@mpd.tandem.com
#
# $Id: Makefile,v 1.9 1998/11/29 08:16:52 asami Exp $
#
DISTNAME= rsynth-2.0
CATEGORIES= audio
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
MAINTAINER= faulkner@mpd.tandem.com
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm \
${PREFIX}/include/audio/audiolib.h:${PORTSDIR}/audio/nas
RUN_DEPENDS= auvoxware:${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>