1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/rsynth/Makefile

28 lines
742 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 04:36:31 +00:00
# $FreeBSD$
#
PORTNAME= rsynth
PORTVERSION= 2.0
1995-07-03 22:24:42 +00:00
CATEGORIES= audio
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
1995-07-03 22:24:42 +00:00
MAINTAINER= faulkner@mpd.tandem.com
2000-02-02 21:39:59 +00:00
BUILD_DEPENDS= ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm \
2000-02-02 21:41:48 +00:00
${X11BASE}/include/audio/audiolib.h:${PORTSDIR}/audio/nas
1998-11-29 08:16:52 +00:00
RUN_DEPENDS= auvoxware:${PORTSDIR}/audio/nas
1995-07-03 22:24:42 +00: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>