diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-15 23:14:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-15 23:14:56 +0000 |
commit | b34c0ce68633b2302408e09c2a2dfb178d955ba1 (patch) | |
tree | 0775433a62b67c99f1df778999f61e01e23e2907 /audio/rsynth/Makefile | |
parent | a3dbd66287184164681fc124c2e60f8e3b5a3f1d (diff) | |
download | ports-b34c0ce68633b2302408e09c2a2dfb178d955ba1.tar.gz ports-b34c0ce68633b2302408e09c2a2dfb178d955ba1.zip |
Notes
Diffstat (limited to 'audio/rsynth/Makefile')
-rw-r--r-- | audio/rsynth/Makefile | 12 |
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> |