From b34c0ce68633b2302408e09c2a2dfb178d955ba1 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 15 Nov 1996 23:14:56 +0000 Subject: CATAGORIES+= -> CATAGORIES= Added MAINTAINERS to many of them. --- audio/rsynth/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'audio/rsynth') 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 -- cgit v1.2.3