This release brings: - compatibility with Gtk+ 3 - new plug-in, "Places" (for Gtk+ 3 only) - file manager now available as a Widget plug-in - improvements to the "Favorites" and "Preview" plug-ins - further bugfixes and improvements
15 lines
514 B
Makefile
15 lines
514 B
Makefile
# $NetBSD: buildlink3.mk,v 1.12 2016/02/20 00:12:55 khorben Exp $
|
|
|
|
BUILDLINK_TREE+= deforaos-browser
|
|
|
|
.if !defined(DEFORAOS_BROWSER_BUILDLINK3_MK)
|
|
DEFORAOS_BROWSER_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.deforaos-browser+= deforaos-browser>=0.5.0
|
|
BUILDLINK_ABI_DEPENDS.deforaos-browser?= deforaos-browser>=0.5.0
|
|
BUILDLINK_PKGSRCDIR.deforaos-browser?= ../../sysutils/deforaos-browser
|
|
|
|
.include "../../x11/deforaos-libdesktop/buildlink3.mk"
|
|
.endif # DEFORAOS_BROWSER_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -deforaos-browser
|