[Midnightbsd-cvs] mports: mports/accessibility: add references

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Jan 1 15:15:45 EST 2008


Log Message:
-----------

add references

Modified Files:
--------------
    mports/accessibility:
        Makefile (r1.7 -> r1.8)

Added Files:
-----------
    mports/accessibility/gail-reference:
        Makefile (r1.1)
        pkg-descr (r1.1)
    mports/accessibility/atk-reference:
        Makefile (r1.1)
        pkg-descr (r1.1)

-------------- next part --------------
--- /dev/null
+++ accessibility/gail-reference/pkg-descr
@@ -0,0 +1,3 @@
+This port contains the programming reference for accessibility/gail.
+
+WWW: http://developer.gnome.org/projects/gap/
--- /dev/null
+++ accessibility/gail-reference/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for:	gail-reference
+# Date created:				09 May 2006
+# Whom:					Jean-Yves Lefort <jylefort at FreeBSD.org>
+#
+# $MidnightBSD: mports/accessibility/gail-reference/Makefile,v 1.1 2008/01/01 20:15:43 laffer1 Exp $
+# $FreeBSD: ports/accessibility/gail-reference/Makefile,v 1.2 2006/05/31 22:18:41 mezz Exp $
+#
+
+PORTREVISION=	1
+
+REFERENCE_SRC=	${WRKSRC}/docs/reference/libgail-util
+
+.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/accessibility/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -L accessibility/Makefile -L accessibility/Makefile -u -r1.7 -r1.8
--- accessibility/Makefile
+++ accessibility/Makefile
@@ -7,7 +7,9 @@
     SUBDIR += at-spi
     SUBDIR += at-spi-reference
     SUBDIR += atk
+    SUBDIR += atk-reference
     SUBDIR += gail
+    SUBDIR += gail-reference
     SUBDIR += kdeaccessibility
     SUBDIR += linux-atk
 
--- /dev/null
+++ accessibility/atk-reference/pkg-descr
@@ -0,0 +1,3 @@
+This port contains the programming reference for accessibility/atk.
+
+WWW: http://developer.gnome.org/projects/gap/
--- /dev/null
+++ accessibility/atk-reference/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for:	atk-reference
+# Date created:				09 May 2006
+# Whom:					Jean-Yves Lefort <jylefort at FreeBSD.org>
+#
+# $MidnightBSD: mports/accessibility/atk-reference/Makefile,v 1.1 2008/01/01 20:15:43 laffer1 Exp $
+# $FreeBSD: ports/accessibility/atk-reference/Makefile,v 1.2 2006/05/31 22:18:41 mezz Exp $
+#
+
+PORTREVISION=	0
+
+REFERENCE_SRC=	${WRKSRC}/docs
+
+.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"


More information about the Midnightbsd-cvs mailing list