pkgsrc/x11/gtk-mac-integration/Makefile
gutteridge 1e4ca2627d Bump all dependent packages of wayland (belatedly)
The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2022-08-11 05:08:00 +00:00

24 lines
640 B
Makefile

# $NetBSD: Makefile,v 1.20 2022/08/11 05:09:26 gutteridge Exp $
DISTNAME= gtk-mac-integration-3.0.1
PKGREVISION= 2
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"