1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/x11-fonts/juliamono/Makefile
Trenton Schulz 870bc238ed x11-fonts/juliamono: Add notice regarding compatibility with color glyphs
Some applications don't support color plyphs and throws errors, add
a notice of a workaround for users if they run into compatibility
issues.

PR:		278852
Reported by:	Harald Schmalzbauer <bugzilla.freebsd@omnilan.de>
2024-06-06 21:05:48 +02:00

26 lines
575 B
Makefile

PORTNAME= juliamono
DISTVERSION= 0.055
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= https://github.com/cormullion/${PORTNAME}/releases/download/v${DISTVERSION}/
DISTNAME= JuliaMono-ttf
DIST_SUBDIR= ${PORTNAME}/${DISTVERSION}
MAINTAINER= trueos@norwegianrockcat.com
COMMENT= Monospaced typeface with many Unicode characters
WWW= https://juliamono.netlify.app/
LICENSE= OFL11
USES= fonts zip
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>