diff options
author | augustss <augustss> | 1997-10-28 23:18:20 +0000 |
---|---|---|
committer | augustss <augustss> | 1997-10-28 23:18:20 +0000 |
commit | f8e906be96435c1ec9f3f8dba3ab6d8698cb08be (patch) | |
tree | cc8ee8439ae9a5d7d4a09af2bda1536118792658 /audio/rsynth/Makefile | |
parent | 3492a1d2d3c36ad01439a85ba2bad6462bb0288d (diff) | |
download | pkgsrc-f8e906be96435c1ec9f3f8dba3ab6d8698cb08be.tar.gz |
Initial import of FreeBSD audio packages.
Diffstat (limited to 'audio/rsynth/Makefile')
-rw-r--r-- | audio/rsynth/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile new file mode 100644 index 00000000000..8006a6c74e8 --- /dev/null +++ b/audio/rsynth/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: rsynth +# Version required: 2.0 +# Date created: 03 Jan 1995 +# Whom: faulkner@mpd.tandem.com +# +# $Id: Makefile,v 1.1.1.1 1997/10/28 23:18:58 augustss 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 + +.include <bsd.port.mk> |