mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
4f1114cd66
gstreamer-plugins-mpeg2enc is still broken.
20 lines
376 B
Makefile
20 lines
376 B
Makefile
# New ports collection makefile for: gstreamer-plugins-mpeg2enc
|
|
# Date created: 3 Oct 2004
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= multimedia
|
|
PORTREVISION= 1
|
|
|
|
COMMENT= Gstreamer mpeg encoder plugin
|
|
|
|
BROKEN= Does not compile
|
|
|
|
GST_PLUGIN= mpeg2enc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|