ports/x11-fonts/commit-mono/Makefile
2023-11-18 19:42:44 +00:00

23 lines
503 B
Makefile

PORTNAME= commit-mono
DISTVERSION= 1.141
CATEGORIES= x11-fonts
MASTER_SITES= https://github.com/eigilnikolajsen/commit-mono/releases/download/v${DISTVERSION}/
DISTNAME= CommitMono-${DISTVERSION}
MAINTAINER= lcook@FreeBSD.org
COMMENT= Neutral programming typeface
WWW= https://commitmono.com
LICENSE= OFL11
USES= fonts zip
FONTNAME= CommitMono
NO_ARCH= yes
NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.otf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>