14 lines
276 B
Makefile
14 lines
276 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= multimedia
|
|
|
|
COMMENT= Gstreamer Dirac high-speed codec plugin
|
|
|
|
GST_PLUGIN= schroedinger
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|