pkgsrc-wip/gtk-sharp/buildlink3.mk
Leonard Schmidt e0f86f7b81 Update to 1.0.10:
Changes since 1.0.2:
* Incorrectly bound or missing API Corrections: (Dan Winship, MK)
* Bugfixes (John Luke, MK)
* Doc Updates (Shane Landrum, Dan Winship, MK
[Please see the monodoc release notes for a more complete list of
documentation contributors.])

Changes since 1.0:
* Incorrectly bound or missing API Corrections: (Larry Ewing, Martin
Willemoes Hansen, Miguel de Icaza, Tambet Ingo, Manuel V. Santos, Borja
Sanchez Zamorano, Jeroen Zwartepoorte, MK)
* Bugfixes (John Luke, Jasper van Putten, MK)
* Doc Updates (Shane Landrum, John Luke, Hector E. Gomez Morales, MK
[Please see the monodoc release notes for a more complete list of
documentation contributors.])

For more, please see:
http://svn.myrealbox.com/viewcvs/*checkout*/branches/gtk-sharp-1-0-branch/gtk-sharp/ChangeLog?rev=44519
2005-08-31 12:59:03 +00:00

32 lines
1.1 KiB
Makefile

# $NetBSD: buildlink3.mk,v 1.6 2005/08/31 12:59:03 leonardschmidt Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GTK_SHARP_BUILDLINK3_MK:= ${GTK_SHARP_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= gtk-sharp
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngtk-sharp}
BUILDLINK_PACKAGES+= gtk-sharp
.if !empty(GTK_SHARP_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.gtk-sharp+= gtk-sharp>=0.99
BUILDLINK_PKGSRCDIR.gtk-sharp?= ../../wip/gtk-sharp
.endif # GTK_SHARP_BUILDLINK3_MK
.include "../../databases/libgda/buildlink3.mk"
.include "../../databases/libgnomedb/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../graphics/libart2/buildlink3.mk"
.include "../../graphics/libgdiplus/buildlink3.mk"
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../graphics/librsvg2/buildlink3.mk"
.include "../../lang/mono/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../www/gtkhtml36/buildlink3.mk"
.include "../../x11/vte/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}