summaryrefslogtreecommitdiff
path: root/x11/c++-gtk-utils/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2014-07-19 06:39:31 +0000
committerryoon <ryoon@pkgsrc.org>2014-07-19 06:39:31 +0000
commit2f32ff4d3ae07e8bfba6329b5154ab7dfbeba16f (patch)
tree970c0d9389087a1beca49d237fc6167fb3d59922 /x11/c++-gtk-utils/Makefile
parentfb6c70a4edaee8bd741a2c432d907db557c4eebc (diff)
downloadpkgsrc-2f32ff4d3ae07e8bfba6329b5154ab7dfbeba16f.tar.gz
Import c++-gtk-utils-2.2.7 as x11/c++-gtk-utils.
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+.
Diffstat (limited to 'x11/c++-gtk-utils/Makefile')
-rw-r--r--x11/c++-gtk-utils/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/c++-gtk-utils/Makefile b/x11/c++-gtk-utils/Makefile
new file mode 100644
index 00000000000..9ced3ff9fb5
--- /dev/null
+++ b/x11/c++-gtk-utils/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2014/07/19 06:39:31 ryoon Exp $
+
+DISTNAME= c++-gtk-utils-2.2.7
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cxx-gtk-utils/}
+
+MAINTAINER= ryoon@NetBSD.org
+HOMEPAGE= http://cxx-gtk-utils.sourceforge.net/
+COMMENT= Lightweight library for programming GTK+ programs using C++
+LICENSE= gnu-lgpl-v2.1
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+PKGCONFIG_OVERRIDE+= c++-gtk-utils-3-2.2.pc.in
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"