blob: 10aee304c5a982b1ad1a1663742d3ba35d280f29 (
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-vp8
# Date created: 10 Sep 2010
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 2
CATEGORIES= multimedia
COMMENT= Gstreamer vp8 codec plugin
GST_PLUGIN= vp8
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|