12 lines
265 B
Makefile
12 lines
265 B
Makefile
# New ports collection makefile for: gstreamer-plugins-theora
|
|
# Date created: 3 Oct 2004
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
GST_PLUGIN= theora
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|