diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-24 03:52:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-24 03:52:36 +0000 |
commit | 6f32add9a75efb180e462ffbdb0b080bc88088e3 (patch) | |
tree | 0fc7af36e22fc0dc7c1dc8aacabf6fe117e881da /devel/gstreamer-plugins-gio | |
parent | b8d245fedd5842fb6d68d0bdc6539885555a84e3 (diff) |
Notes
Diffstat (limited to 'devel/gstreamer-plugins-gio')
-rw-r--r-- | devel/gstreamer-plugins-gio/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/gstreamer-plugins-gio/Makefile b/devel/gstreamer-plugins-gio/Makefile new file mode 100644 index 000000000000..a149dfef3bae --- /dev/null +++ b/devel/gstreamer-plugins-gio/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-gio +# Date created: 21 April 2008 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/devel/gstreamer-plugins-gio/Makefile,v 1.1 2008/03/21 04:14:18 ahze Exp $ +# + +PORTREVISION= 0 +CATEGORIES= devel + +COMMENT= Gstreamer gio (Glib I/O) plugin + +GST_PLUGIN= gio + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |