pkgsrc/x11/gtksourceview/buildlink3.mk
jmmv 1c857a347c Update to 1.0.0. Changes since previous version in pkgsrc:
News in 1.0.0
* Bug fixes and updated translations.

News in 0.9.2
* Bug fixes and updated translations.

News in 0.9.1
* Bug fixes.
* XML and HTML .lang files now highlight strings using simple patterns.
* Beginning of line and end of line are now correctly matched, even if
  the slice of text doesn't include the newlines.
* "Others" style is now deprecated.

News in 0.9.0
* Miscellaneous Bugfixes

News in 0.8.0
* Highlighting spec files for PHP, Verilog, MSIL, C# and SQL.
* Migrated test application to Gtk 2.3 (UI and file selector).
2004-04-01 18:35:00 +00:00

24 lines
808 B
Makefile

# $NetBSD: buildlink3.mk,v 1.4 2004/04/01 18:35:00 jmmv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GTKSOURCEVIEW_BUILDLINK3_MK:= ${GTKSOURCEVIEW_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= gtksourceview
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngtksourceview}
BUILDLINK_PACKAGES+= gtksourceview
.if !empty(GTKSOURCEVIEW_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.gtksourceview+= gtksourceview>=1.0.0
BUILDLINK_PKGSRCDIR.gtksourceview?= ../../x11/gtksourceview
.endif # GTKSOURCEVIEW_BUILDLINK3_MK
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../print/libgnomeprint/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}