b4fcd6dfce
Now builds with meson. mm-common 1.0.0 (2019-10-29) * Rename directory build/ to am_include/ (Kjell Ahlstedt) * Add support for building mm-common with Meson. (Kjell Ahlstedt) * Support modules that are built with Meson. Add the mm-common-get command. (Kjell Ahlstedt) Merge request !2 * skeletonmm: Use Meson instead of Autotools. (Kjell Ahlstedt) Issue #1 (Tomasz Kłoczko) * MM_AX_CXX_COMPILE_STDCXX(): Update based on the upstream AX_CXX_COMPILE_STDCXX() macro. (Murray Cumming)
39 lines
1.3 KiB
Makefile
39 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.8 2019/11/13 14:37:28 wiz Exp $
|
|
|
|
DISTNAME= mm-common-1.0.0
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/mm-common/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.gtkmm.org/
|
|
COMMENT= Provides build infrastructure utilities for GNOME C++ libraries
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= gzip pkg-config
|
|
USE_LANGUAGES= c++
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
PKGCONFIG_OVERRIDE+= doctags/mm-common-libstdc++-uninstalled.pc.in
|
|
PKGCONFIG_OVERRIDE+= doctags/mm-common-libstdc++.pc.in
|
|
PKGCONFIG_OVERRIDE+= skeletonmm/skeleton/skeletonmm-uninstalled.pc.in
|
|
PKGCONFIG_OVERRIDE+= skeletonmm/skeleton/skeletonmm.pc.in
|
|
PKGCONFIG_OVERRIDE+= util/mm-common-util-uninstalled.pc.in
|
|
PKGCONFIG_OVERRIDE+= util/mm-common-util.pc.in
|
|
|
|
SUBST_CLASSES+= python3
|
|
SUBST_FILES.python3= meson.build
|
|
SUBST_SED.python3= -e "s,'python3','${PYTHONBIN}',"
|
|
SUBST_STAGE.python3= pre-configure
|
|
SUBST_MESSAGE.python3= Fix python binary name.
|
|
|
|
REPLACE_PYTHON+= util/build_scripts/dist-build-scripts.py
|
|
REPLACE_PYTHON+= util/build_scripts/dist-changelog.py
|
|
REPLACE_PYTHON+= util/build_scripts/doc-reference.py
|
|
REPLACE_PYTHON+= util/build_scripts/generate-binding.py
|
|
REPLACE_PYTHON+= util/mm-common-get.in
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../devel/meson/build.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|