blob: c991e0b2fdc9ba4ec9acf9bdf819125f48a69dd2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/x11-toolkits/gstreamer-plugins-pango/Makefile,v 1.6 2008/03/21 04:01:32 ahze Exp $
PORTREVISION= 2
CATEGORIES= x11-toolkits
COMMENT= Gstreamer pango textoverlay plugin
GST_PLUGIN= pango
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|