# Created by: Dave Cottlehuber # $FreeBSD$ PORTNAME= firacode PORTVERSION= 1.205 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/tonsky/FiraCode/releases/download/${PORTVERSION}/ DISTNAME= FiraCode_${PORTVERSION} MAINTAINER= dch@skunkwerks.at COMMENT= Monospaced font with programming ligatures derived from Fira LICENSE= OFL11 USES= fonts zip USE_XORG= x11 NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/otf/*.otf \ ${STAGEDIR}${FONTSDIR} .include