d3a6296ce2
unbreak (summary of changes not available as this is a binary distribution) [1] - s/y/yes/ [1]: PR: ports/94100 Submitted by: Pawel Pekala <c0rn@o2.pl>
26 lines
680 B
Makefile
26 lines
680 B
Makefile
# 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= yes
|
|
USE_ZIP= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../mbrola
|
|
.include "${MASTERDIR}/Makefile"
|