mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
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$
|
|
#
|
|
|
|
CATEGORIES= multimedia
|
|
PORTREVISION= 2
|
|
|
|
COMMENT= Gstreamer mpeg encoder plugin
|
|
|
|
GST_PLUGIN= mpeg2enc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|