[Midnightbsd-cvs] mports: mports/sysutils: add gstreamer for hal

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Nov 23 18:57:57 EST 2007


Log Message:
-----------
add gstreamer for hal

Modified Files:
--------------
    mports/sysutils:
        Makefile (r1.56 -> r1.57)

Added Files:
-----------
    mports/sysutils/gstreamer-plugins-hal:
        Makefile (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/sysutils/Makefile,v
retrieving revision 1.56
retrieving revision 1.57
diff -L sysutils/Makefile -L sysutils/Makefile -u -r1.56 -r1.57
--- sysutils/Makefile
+++ sysutils/Makefile
@@ -29,6 +29,7 @@
     SUBDIR += gnome-mount
     SUBDIR += gnome-system-monitor
     SUBDIR += gnome_subr
+    SUBDIR += gstreamer-plugins-hal
     SUBDIR += hal
     SUBDIR += kdeadmin3
     SUBDIR += libcdio
--- /dev/null
+++ sysutils/gstreamer-plugins-hal/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for:	gstreamer-plugins-hal
+# Date created:			23 Nov 2007
+# Whom:				Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/sysutils/gstreamer-plugins-hal/Makefile,v 1.1 2007/11/23 23:57:55 laffer1 Exp $
+#
+
+CATEGORIES=	sysutils
+
+COMMENT=	Gstreamer hal plugin
+
+GST_PLUGIN=	hal
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"


More information about the Midnightbsd-cvs mailing list