diff options
author | proff <proff@pkgsrc.org> | 1999-04-04 20:11:06 +0000 |
---|---|---|
committer | proff <proff@pkgsrc.org> | 1999-04-04 20:11:06 +0000 |
commit | f757fa72c89fe38c3ac2e286c9bc175251b6777c (patch) | |
tree | 6d345e4b330d274eccf9b56b4bb81626bb83b156 | |
parent | 68d25cb783fc3b18eee20b1191573e5cdbf6ab45 (diff) | |
download | pkgsrc-f757fa72c89fe38c3ac2e286c9bc175251b6777c.tar.gz |
added festival, mbrola packages
-rw-r--r-- | audio/Makefile | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile index f89865e4d83..2aa4be6a9d6 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 1999/03/06 21:32:19 tron Exp $ +# $NetBSD: Makefile,v 1.27 1999/04/04 20:11:06 proff Exp $ # SUBDIR += amp @@ -7,9 +7,34 @@ SUBDIR += cdd SUBDIR += cddbd SUBDIR += esound + SUBDIR += festdoc + SUBDIR += festival + SUBDIR += festlex-cmu + SUBDIR += festlex-oald + SUBDIR += festlex-ogi + SUBDIR += festlex-poslex + SUBDIR += festogi-spanish + SUBDIR += festvox-abc + SUBDIR += festvox-aec + SUBDIR += festvox-don + SUBDIR += festvox-el11 + SUBDIR += festvox-hvs + SUBDIR += festvox-jph + SUBDIR += festvox-kal16 + SUBDIR += festvox-kal8 + SUBDIR += festvox-ked16 + SUBDIR += festvox-ked8 + SUBDIR += festvox-mbrola + SUBDIR += festvox-mwm + SUBDIR += festvox-ogirab + SUBDIR += festvox-rab16 + SUBDIR += festvox-rab8 + SUBDIR += festvox-tll SUBDIR += gsm SUBDIR += libaudiofile SUBDIR += maplay + SUBDIR += mbrola-linux + SUBDIR += mbrolavox-en1 SUBDIR += mikmod SUBDIR += mpg123 SUBDIR += nas @@ -28,5 +53,4 @@ SUBDIR += xmix SUBDIR += xmmix SUBDIR += xwave - .include "../mk/bsd.pkg.subdir.mk" |