mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
4dd71b23f4
fix unresolvable links. - Bump PORTREVISION. PR: 170997 Submitted by: avilla (me) Approved by: kwm (multimedia)
18 lines
358 B
Makefile
18 lines
358 B
Makefile
# New ports collection makefile for: gstreamer-plugins-flite
|
|
# Date created: 27 Jan 2011
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
|
|
COMMENT= Gstreamer flite run-time speech synthesis engine plugin
|
|
|
|
GST_PLUGIN= flite
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|