Install tool scripts the meson manual refers to. Might be helpful for
meson newbies like me. okay aja@ (MAINTAINER)
This commit is contained in:
parent
835a90bb50
commit
32f7e63073
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.69 2019/12/03 11:15:31 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.70 2020/01/07 20:45:17 zhuk Exp $
|
||||
|
||||
COMMENT= next-generation build system
|
||||
|
||||
@ -7,6 +7,7 @@ GH_ACCOUNT= mesonbuild
|
||||
GH_PROJECT= meson
|
||||
GH_TAGNAME= 0.52.1
|
||||
EPOCH= 0
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
@ -72,4 +73,8 @@ do-test:
|
||||
cd ${WRKSRC} && PATH=${PORTPATH} LC_CTYPE="en_US.UTF-8" \
|
||||
./run_tests.py --failfast
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/meson/tools
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/tools/*.py ${PREFIX}/share/meson/tools
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.18 2019/11/08 07:46:31 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.19 2020/01/07 20:45:17 zhuk Exp $
|
||||
bin/meson
|
||||
lib/python${MODPY_VERSION}/site-packages/meson-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/meson-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
@ -278,6 +278,12 @@ lib/python${MODPY_VERSION}/site-packages/mesonbuild/wrap/${MODPY_PYCACHE}wraptoo
|
||||
lib/python${MODPY_VERSION}/site-packages/mesonbuild/wrap/wrap.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mesonbuild/wrap/wraptool.py
|
||||
@man man/man1/meson.1
|
||||
share/meson/
|
||||
share/meson/tools/
|
||||
share/meson/tools/ac_converter.py
|
||||
share/meson/tools/boost_names.py
|
||||
share/meson/tools/cmake2meson.py
|
||||
share/meson/tools/dircondenser.py
|
||||
share/polkit-1/
|
||||
share/polkit-1/actions/
|
||||
share/polkit-1/actions/com.mesonbuild.install.policy
|
||||
|
Loading…
x
Reference in New Issue
Block a user