[Midnightbsd-cvs] mports: mports/graphics: add png plugin.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Nov 23 22:20:36 EST 2007


Log Message:
-----------
add png plugin.

Modified Files:
--------------
    mports/graphics:
        Makefile (r1.68 -> r1.69)

Added Files:
-----------
    mports/graphics/gstreamer-plugins-libpng:
        Makefile (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/Makefile,v
retrieving revision 1.68
retrieving revision 1.69
diff -L graphics/Makefile -L graphics/Makefile -u -r1.68 -r1.69
--- graphics/Makefile
+++ graphics/Makefile
@@ -25,6 +25,7 @@
     SUBDIR += goom
     SUBDIR += gozer
     SUBDIR += graphviz
+    SUBDIR += gstreamer-plugins-libpng
     SUBDIR += imlib
     SUBDIR += imlib2
     SUBDIR += jasper
--- /dev/null
+++ graphics/gstreamer-plugins-libpng/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for:	gstreamer-plugins-libpng
+# Date created:			23 Nov 2007
+# Whom:				Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/graphics/gstreamer-plugins-libpng/Makefile,v 1.1 2007/11/24 03:20:34 laffer1 Exp $
+#
+
+CATEGORIES=	graphics
+
+COMMENT=	Gstreamer png plugin
+
+GST_PLUGIN=	libpng
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"


More information about the Midnightbsd-cvs mailing list