summaryrefslogtreecommitdiff
path: root/audio/rsynth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rsynth/Makefile')
-rw-r--r--audio/rsynth/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile
index 2813adffb82a..522675c532a4 100644
--- a/audio/rsynth/Makefile
+++ b/audio/rsynth/Makefile
@@ -3,22 +3,24 @@
# Date created: 03 Jan 1995
# Whom: faulkner@mpd.tandem.com
#
-# $Id$
+# $Id: Makefile,v 1.7 1996/11/15 06:11:41 asami Exp $
#
DISTNAME= rsynth-2.0
CATEGORIES= audio
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
+MAINTAINER= faulkner@mpd.tandem.com
+
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
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
+ @${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>