blob: dd030ba66f956c99240f587c98363f6e633fef4e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: gstreamer-plugins-cairo
# Date created: Mar 8 2005
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD: ports/graphics/gstreamer-plugins-cairo/Makefile,v 1.2 2005/05/31 15:51:37 kwm Exp $
#
CATEGORIES= graphics
PORTREVISION= 0
COMMENT= Gstreamer vector graphics plugin
GST_PLUGIN= cairo
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|