mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
23 lines
503 B
Makefile
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>
|