freebsd-ports/audio/rsynth/Makefile

25 lines
635 B
Makefile
Raw Normal View History

# New ports collection makefile for: rsynth
1995-07-03 18:24:42 -04:00
# Version required: 2.0
# Date created: 03 Jan 1995
# Whom: faulkner@mpd.tandem.com
#
# $Id$
#
1995-07-03 18:24:42 -04:00
DISTNAME= rsynth-2.0
CATEGORIES= audio
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
1995-07-03 18:24:42 -04:00
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
1995-07-03 18:24:42 -04:00
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>