| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/devel/muon/ |
Upload File : |
PORTNAME= muon
PORTVERSION= 0.0.1.p1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://git.sr.ht/~lattis/muon/archive/
DISTNAME= b44e90f
MAINTAINER= bapt@FreeBSD.org
COMMENT= Build system compatible with meson
WWW= https://muon.build/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= scdoc:textproc/scdoc
USES= ninja pkgconfig:both
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTNAME}
BUILD_WRKSRC= ${WRKSRC}/_build
INSTALL_WRKSRC= ${WRKSRC}/_build
ALL_TARGET=
PLIST_FILES= bin/muon \
share/man/man1/muon.1.gz \
share/man/man5/meson.build.5.gz
post-patch:
# this confuses some of the FreeBSD configure targets
@${RM} -r ${WRKSRC}/tests/project/common
do-configure:
@(cd ${WRKSRC} && \
${SH} bootstrap.sh && \
./muon setup -Dlibcurl=disabled -Dlibarchive=disabled ${BUILD_WRKSRC})
do-install:
@(${SETENV} ${MAKE_ENV} ${BUILD_WRKSRC}/muon -C ${BUILD_WRKSRC} install)
.include <bsd.port.mk>