summaryrefslogtreecommitdiff
path: root/audio/rsynth/Makefile
diff options
context:
space:
mode:
authoraugustss <augustss>1998-02-09 19:59:30 +0000
committeraugustss <augustss>1998-02-09 19:59:30 +0000
commit15a021bab468858baeb4e65c760b02e5f9c1781b (patch)
tree80144ed1b326f619e579e2c06be8cd1a843b84bd /audio/rsynth/Makefile
parentdc1f741708535b2941ffe4eda6b0ecb7d33f643b (diff)
downloadpkgsrc-15a021bab468858baeb4e65c760b02e5f9c1781b.tar.gz
Remove rsynth package until nas (which it depends on) has been ported.
Diffstat (limited to 'audio/rsynth/Makefile')
-rw-r--r--audio/rsynth/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile
deleted file mode 100644
index 629a88490ed..00000000000
--- a/audio/rsynth/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: rsynth
-# Version required: 2.0
-# Date created: 03 Jan 1995
-# Whom: faulkner@mpd.tandem.com
-#
-# $NetBSD: Makefile,v 1.2 1998/01/19 01:07:52 hubertf Exp $
-# FreeBSD Id: Makefile,v 1.8 1996/11/15 23:14:14 obrien 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>