pkgsrc/x11/gtk-mac-integration/Makefile
adam b5200ecc7e gtk-mac-integration: updated to 3.0.1
3.0.1
* Fix localization of the Apple menu when running in a bundle.
* Fix gettext configuration when building from a clean git repo.
* Change the GtkosxApplicationAttentionType enums to avoid namespace pollution.
* New/Updated translations: Basque, Catalan, Galician, Swedish.
2021-07-02 12:17:31 +00:00

23 lines
619 B
Makefile

# $NetBSD: Makefile,v 1.18 2021/07/02 12:17:31 adam Exp $
DISTNAME= gtk-mac-integration-3.0.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-mac-integration/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= adam@NetBSD.org
HOMEPAGE= https://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
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gtk2
CONFIGURE_ARGS+= --with-gtk3
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"