13 lines
240 B
Makefile
13 lines
240 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 7
|
|
CATEGORIES= multimedia
|
|
|
|
COMMENT= Gstreamer vp8 codec plugin
|
|
|
|
GST_PLUGIN= vp8
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|