summaryrefslogtreecommitdiff
path: root/audio/rsynth
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-15 23:14:56 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-15 23:14:56 +0000
commitb34c0ce68633b2302408e09c2a2dfb178d955ba1 (patch)
tree0775433a62b67c99f1df778999f61e01e23e2907 /audio/rsynth
parentCATAGORIES+= -> CATAGORIES= (diff)
CATAGORIES+= -> CATAGORIES=
Added MAINTAINERS to many of them.
Notes
Notes: svn path=/head/; revision=4497
Diffstat (limited to 'audio/rsynth')
-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>