blob: 33914b9abd2660694de1f2711dc06de3eed126bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: gstreamer-plugins-flite
# Date created: 27 Jan 2011
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer flite run-time speech synthesis engine plugin
GST_PLUGIN= flite
DEPRECATED= BROKEN for more than 6 month
EXPIRATION_DATE= 2012-05-10
BROKEN= Doesn't work due to link problem in audio/flite
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|