17 lines
336 B
Makefile
17 lines
336 B
Makefile
# New ports collection makefile for: gstreamer-plugins-dirac
|
|
# Date created: 3 Oct 2004
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= multimedia
|
|
PORTREVISION= 1
|
|
|
|
COMMENT= Gstreamer dirac plugin
|
|
|
|
GST_PLUGIN= dirac
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|