diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-05 14:05:51 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-05 14:05:51 +0000 |
commit | 6c807287b8a7fead12c67c82b62986f9373f5d0a (patch) | |
tree | 2650b99943c055f1c5b70f29823f6f85b99c0b84 /audio/linux-mbrola | |
parent | 9f520a2fce2bb28892fade1d623b7190f58a64f4 (diff) | |
download | FreeBSD-ports-6c807287b8a7fead12c67c82b62986f9373f5d0a.zip FreeBSD-ports-6c807287b8a7fead12c67c82b62986f9373f5d0a.tar.gz |
MBROLA reorganization: move voices out of mbrola port into new
mbrolavox port; add new linux-mbrola port for alpha, i386, ppc and
sparc64.
Diffstat (limited to 'audio/linux-mbrola')
-rw-r--r-- | audio/linux-mbrola/Makefile | 25 | ||||
-rw-r--r-- | audio/linux-mbrola/distinfo | 2 |
2 files changed, 27 insertions, 0 deletions
diff --git a/audio/linux-mbrola/Makefile b/audio/linux-mbrola/Makefile new file mode 100644 index 0000000..877cd15 --- /dev/null +++ b/audio/linux-mbrola/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: linux-mbrola +# Date created: 2003-10-05 +# Whom: trevor +# +# $FreeBSD$ +# + +CATEGORIES= audio accessibility linux +MASTER_SITES= http://mambo.ucsc.edu/psl/mbrola/bin/pclinux/ \ + http://www.festvox.org/mbrola/bin/pclinux/ \ + ftp://ftp.loria.fr/pub/pc/mbrpsola/bin/pclinux/ \ + ftp://tcts.fpms.ac.be/pub/mbrola/bin/pclinux/ +PKGNAMEPREFIX= linux- + +COMMENT= MBROLA speech synthesizer for Linux + +CONFLICTS= mbrola-* +DIST_SUBDIR= mbrola-linux +MASTERDIR= ${PORTSDIR}/audio/mbrola +MD5_FILE= ${.CURDIR}/distinfo +ONLY_FOR_ARCHS= alpha i386 ppc sparc64 +USE_LINUX= y +USE_ZIP= y + +.include "../mbrola/Makefile" diff --git a/audio/linux-mbrola/distinfo b/audio/linux-mbrola/distinfo new file mode 100644 index 0000000..2560745 --- /dev/null +++ b/audio/linux-mbrola/distinfo @@ -0,0 +1,2 @@ +$FreeBSD$ +MD5 (mbrola-linux/mbr301h.zip) = 083e3e93c6d6b7d238d4e8c9b80f6111 |