blob: 1c273bae8a82703e09b89fda71d549c0e9701d6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: gstreamer-plugins-cairo
# Date created: Mar 8 2005
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= graphics
PORTREVISION= 1
COMMENT= Gstreamer vector graphics plugin
GST_PLUGIN= cairo
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
IGNORE= Cairo needs to be updated to 0.5 for plugin to work.
.include "${MASTERDIR}/Makefile"
|