1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/audio/rsynth/Makefile

27 lines
731 B
Makefile
Raw Normal View History

# New ports collection makefile for: rsynth
1995-07-03 22:24:42 +00:00
# Version required: 2.0
# Date created: 03 Jan 1995
# Whom: faulkner@mpd.tandem.com
#
# $Id: Makefile,v 1.7 1996/11/15 06:11:41 asami Exp $
#
1995-07-03 22:24:42 +00:00
DISTNAME= rsynth-2.0
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
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
1995-07-03 22:24:42 +00: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>