freebsd-ports/audio/rsynth/Makefile
Torsten Blum c6c3273999 Add slash to MASTER_SITES
*sigh*

Pointed out by: asami
1996-09-17 09:43:29 +00:00

23 lines
607 B
Makefile

# New ports collection makefile for: rsynth
# Version required: 2.0
# Date created: 03 Jan 1995
# Whom: faulkner@mpd.tandem.com
#
# Makefile,v 1.0 1995/01/03 10:47:27 paf Exp
#
DISTNAME= rsynth-2.0
CATEGORIES= audio
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
EXEC_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>