freebsd-ports/audio/rsynth/Makefile

28 lines
791 B
Makefile
Raw Normal View History

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