ports/textproc/typst/Makefile
2024-10-24 13:02:35 +00:00

28 lines
498 B
Makefile

PORTNAME= typst
DISTVERSIONPREFIX= v
DISTVERSION= 0.12.0
CATEGORIES= textproc
MAINTAINER= wen@FreeBSD.org
COMMENT= Markup-based typesetting system
WWW= https://typst.app/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cargo ssl
USE_GITHUB= yes
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
LTO_UNSAFE= yes
.endif
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/target/release/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>