c++-gtk-utils is a lightweight library containing a number of classes and functions for programming GTK+ programs using C++ in POSIX (unix-like) environments, where the user does not want to use a full-on wrapper such as gtkmm or wxWidgets, or is concerned about exception safety or thread safety of the wrapper and their documentation. It is parallel installable for both GTK+2 and GTK+3. There is also an option to install a subset of the library with only glib/gobject/gio support, without GTK+.
15 lines
442 B
Makefile
15 lines
442 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/07/19 06:39:31 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= c++-gtk-utils
|
|
|
|
.if !defined(C++_GTK_UTILS_BUILDLINK3_MK)
|
|
C++_GTK_UTILS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.c++-gtk-utils+= c++-gtk-utils>=2.2.7
|
|
BUILDLINK_PKGSRCDIR.c++-gtk-utils?= ../../x11/c++-gtk-utils
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.endif # C++_GTK_UTILS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -c++-gtk-utils
|