summaryrefslogtreecommitdiff
path: root/x11/gtk-mac-integration/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2013-12-01 11:56:41 +0000
committeradam <adam@pkgsrc.org>2013-12-01 11:56:41 +0000
commitc07831d02b156d4239e3cc866305be1e776f00e1 (patch)
tree012c3d2bb215dd6049003e34bba5a1a9f12bf1cf /x11/gtk-mac-integration/Makefile
parentdfc646105f3e99f67677deac4cfa6128ec4f8c99 (diff)
downloadpkgsrc-c07831d02b156d4239e3cc866305be1e776f00e1.tar.gz
GTK+ Integration for the Mac OS X desktop, like the menubar, dock and app
bundles. This library provides two implementations: An older Carbon implementation (gtk-mac-integration) and a new implementation in Cocoa (GtkOSXApplication). PyGtk bindings are provided for both.
Diffstat (limited to 'x11/gtk-mac-integration/Makefile')
-rw-r--r--x11/gtk-mac-integration/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/gtk-mac-integration/Makefile b/x11/gtk-mac-integration/Makefile
new file mode 100644
index 00000000000..c91a2272bf4
--- /dev/null
+++ b/x11/gtk-mac-integration/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2013/12/01 11:56:41 adam Exp $
+
+DISTNAME= gtk-mac-integration-2.0.5
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-mac-integration/${PKGVERSION_NOREV:R}/}
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= adam@NetBSD.org
+HOMEPAGE= http://www.gtk.org/download/macos.php
+COMMENT= OS X integration for GTK
+LICENSE= gnu-lgpl-v2.1
+
+ONLY_FOR_PLATFORM= Darwin-*-*
+
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config #gmake
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-python
+
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"