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