summaryrefslogtreecommitdiff
path: root/x11/gtkmm/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-03-01 14:33:05 +0000
committerjmmv <jmmv>2003-03-01 14:33:05 +0000
commit123403fbb3b010f921125aebb333f9c829201377 (patch)
treec7511289c9c4bf2af94f2e9ce1a66bc13cdd9dbd /x11/gtkmm/Makefile
parentc2fa9c17c43991ea54d9522d89d3d40adc0c2d71 (diff)
downloadpkgsrc-123403fbb3b010f921125aebb333f9c829201377.tar.gz
Initial import of gtkmm, version 2.2.0:
gtkmm (previously known as Gtk--) is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widget classes that can be freely combined to quickly create complex user interfaces. Here's an overview, with documentation and status. gtkmm is free software distributed under the GNU Library General Public License (LGPL). Aside from the C++ interface to Gtk 2.x, this package also provides bindings for glib, atk and pango (all of them related with the toolkit).
Diffstat (limited to 'x11/gtkmm/Makefile')
-rw-r--r--x11/gtkmm/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/x11/gtkmm/Makefile b/x11/gtkmm/Makefile
new file mode 100644
index 00000000000..515f2b89d7d
--- /dev/null
+++ b/x11/gtkmm/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/03/01 14:33:05 jmmv Exp $
+#
+
+DISTNAME= gtkmm-2.2.0
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkmm/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gtkmm.org/
+COMMENT= C++ interface to Gtk+ v2
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
+USE_LIBTOOL= YES
+USE_GMAKE= YES
+USE_PERL5= YES
+USE_X11= YES
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE= atk/atkmm-1.0.pc.in
+PKGCONFIG_OVERRIDE+= gdk/gdkmm-2.0.pc.in
+PKGCONFIG_OVERRIDE+= glib/glibmm-2.0.pc.in
+PKGCONFIG_OVERRIDE+= gtk/gtkmm-2.0.pc.in
+PKGCONFIG_OVERRIDE+= pango/pangomm-1.0.pc.in
+
+.include "../../devel/libsigc++/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"