diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gstreamer-plugins-hal/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/gstreamer-plugins-hal/Makefile b/sysutils/gstreamer-plugins-hal/Makefile new file mode 100644 index 000000000..8abed37b2 --- /dev/null +++ b/sysutils/gstreamer-plugins-hal/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-hal +# Date created: 16 May 2006 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD +# $MCom$ +# + +CATEGORIES= sysutils +PORTREVISION= 0 + +COMMENT= Gstreamer hal plugin + +GST_PLUGIN= hal + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |