freebsd-ports/x11-fonts/fantasque-sans-mono/Makefile
Raphael Kubo da Costa 3d1c7f6cf7 Update to 1.7.1.
Also fetch the tarball from GitHub, hopefully that also lets portscout inform
me when there are updates.

Changes since 1.6.4:
1.6.5 - Make italics visible on Windows.

1.7.0 - Beta version for the 1.7 series. Add Cyrillic alphabet to the four
        fonts. Add some real sub/supscript numbers and fractions. Revamp
        straight and curly quotes. Fix some Windows rendering issues. Move
        accents around (why do I do that every time?) Add fontdiff script which
        generates font diffs.

1.7.1 - Add a stylistic set to replace the looped lowercase k with a straight
        version. Adjust curly quotes so they behave better as apostrophes.
        Also, since nobody complained about the new Cyrillic characters, I
        declare this is their official release! (I did not change anything
        since 1.7.0 though).
2016-04-20 11:44:05 +00:00

28 lines
623 B
Makefile

# $FreeBSD$
PORTNAME= fantasque-sans-mono
PORTVERSION= 1.7.1
CATEGORIES= x11-fonts
MASTER_SITES= https://github.com/belluzj/fantasque-sans/releases/download/v${PORTVERSION}/
DISTNAME= FantasqueSansMono
MAINTAINER= rakuco@FreeBSD.org
COMMENT= Programming font, designed with functionality in mind
LICENSE= OFL11
NO_BUILD= yes
NO_WRKSUBDIR= yes
USES= fonts
OPTIONS_DEFINE= DOCS
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKSRC}/OTF && \
${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && \
${INSTALL_DATA} README.md ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>