ports/lang/quickjs/Makefile

36 lines
721 B
Makefile

PORTNAME= quickjs
DISTVERSION= 2024.01.13-20240717
CATEGORIES= lang devel
#MASTER_SITES= https://bellard.org/${PORTNAME}/
#DISTNAME= ${PORTNAME}-${DISTVERSION:S/./-/g}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Embeddable Javascript interpreter in C
WWW= https://bellard.org/quickjs/
LICENSE= MIT
USES= compiler:c11 cpe gmake tar:xz
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= bellard
GH_TAGNAME= 5417ab0
CPE_VENDOR= ${PORTNAME}_project
TEST_TARGET= test
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == gcc
post-patch:
@${REINPLACE_CMD} -e 's/%%GCC_DEFAULT%%/${GCC_DEFAULT}/' \
${WRKSRC}/Makefile
.endif
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libquickjs.so
.include <bsd.port.post.mk>