[Midnightbsd-cvs] mports: mports/x11-toolkits: add pango plugin

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Nov 23 22:14:26 EST 2007


Log Message:
-----------
add pango plugin

Modified Files:
--------------
    mports/x11-toolkits:
        Makefile (r1.31 -> r1.32)

Added Files:
-----------
    mports/x11-toolkits/gstreamer-plugins-pango:
        Makefile (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-toolkits/Makefile,v
retrieving revision 1.31
retrieving revision 1.32
diff -L x11-toolkits/Makefile -L x11-toolkits/Makefile -u -r1.31 -r1.32
--- x11-toolkits/Makefile
+++ x11-toolkits/Makefile
@@ -11,6 +11,7 @@
     SUBDIR += gnustep-cairo
     SUBDIR += gnustep-gui
     SUBDIR += gnustep-xdps
+    SUBDIR += gstreamer-plugins-pango
     SUBDIR += gtk12
     SUBDIR += gtk20
     SUBDIR += gtkglext
--- /dev/null
+++ x11-toolkits/gstreamer-plugins-pango/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for:	gstreamer-plugins-pango
+# Date created:			23 Nov 2007
+# Whom:				Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/x11-toolkits/gstreamer-plugins-pango/Makefile,v 1.1 2007/11/24 03:14:23 laffer1 Exp $
+#
+
+CATEGORIES=	x11-toolkits
+
+COMMENT=	Gstreamer pango textoverlay plugin
+
+GST_PLUGIN=	pango
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"


More information about the Midnightbsd-cvs mailing list