diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-03-08 13:08:57 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-03-08 13:08:57 +0000 |
commit | 070049aaa8bf8a26b06bd595f3fb26e3c601050f (patch) | |
tree | e8d2b37b359e6179ab61be4a7bf4f82c9db57b8d /net/gstreamer-plugins-libmms | |
parent | bf3215535c4e39883e8d27d2a6d5644f2cf8ffe4 (diff) | |
download | ports-070049aaa8bf8a26b06bd595f3fb26e3c601050f.tar.gz ports-070049aaa8bf8a26b06bd595f3fb26e3c601050f.zip |
Notes
Diffstat (limited to 'net/gstreamer-plugins-libmms')
-rw-r--r-- | net/gstreamer-plugins-libmms/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/gstreamer-plugins-libmms/Makefile b/net/gstreamer-plugins-libmms/Makefile new file mode 100644 index 000000000000..a3ec110e0b4f --- /dev/null +++ b/net/gstreamer-plugins-libmms/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: gstreamer-plugins-libmms +# Date created: 8 March 2005 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= net + +GST_PLUGIN= libmms + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |