pkgsrc/devel/atkmm/Makefile
adam ba081bfe7d atkmm: updaetd to 2.28.3
atkmm 2.28.3 (stable):

Build:
* Support building with Visual Studio 2022
* Meson build: Specify 'check' option in run_command()
  Will be necessary with future versions of Meson.
* Meson build: Perl is not required by new versions of mm-common
* Meson build: Avoid unnecessary configuration warnings
* Meson build: Require meson >= 0.55.0
* Require atk >= 2.12.0
  Not a new requirement, but previously it was not specified in
  configure.ac and meson.build.
2022-11-24 05:54:48 +00:00

25 lines
664 B
Makefile

# $NetBSD: Makefile,v 1.34 2022/11/24 05:54:48 adam Exp $
DISTNAME= atkmm-2.28.3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atkmm/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
EXTRACT_USING= bsdtar
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gtkmm.org/
COMMENT= C++ bindings for atk (1.6 API)
LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2
CONFLICTS+= gtkmm<2.22.0
USE_LANGUAGES= c c++11
USE_TOOLS+= perl pkg-config
PKGCONFIG_OVERRIDE+= atk/atkmm.pc.in
MESON_REQD+= 0.55.0
.include "../../devel/atk/buildlink3.mk"
.include "../../devel/glibmm/buildlink3.mk"
.include "../../devel/meson/build.mk"
.include "../../mk/bsd.pkg.mk"