diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-12-22 23:14:43 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-12-22 23:14:43 +0000 |
commit | 9964e135e6576667901987efbf8922b04ed04fb6 (patch) | |
tree | fbe1452ac3a2a33b8260c41d8e6257b8e60ed730 /multimedia/gstreamer-plugins-mpeg2enc | |
parent | c804f338887520eed1a8a3835a48b7d50c221ca3 (diff) | |
download | ports-9964e135e6576667901987efbf8922b04ed04fb6.tar.gz ports-9964e135e6576667901987efbf8922b04ed04fb6.zip |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins-mpeg2enc')
-rw-r--r-- | multimedia/gstreamer-plugins-mpeg2enc/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-mpeg2enc/Makefile b/multimedia/gstreamer-plugins-mpeg2enc/Makefile new file mode 100644 index 000000000000..97f4f481b2a7 --- /dev/null +++ b/multimedia/gstreamer-plugins-mpeg2enc/Makefile @@ -0,0 +1,17 @@ +# 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" |