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