freebsd-ports/x11-fonts/comfortaa-ttf/Makefile
Raphael Kubo da Costa dcaccb9b38 Update to 3.001.
The version hosted in fontlibrary.org hasn't been updated in years, and there
sia new release in... DeviantArt.

Adjust MASTER_SITES, point WWW to the Google Fonts page and start setting
LICENSE_FILE.
2018-06-24 12:13:42 +00:00

26 lines
564 B
Makefile

# $FreeBSD$
PORTNAME= comfortaa-ttf
PORTVERSION= 3.001
CATEGORIES= x11-fonts
MASTER_SITES= https://orig00.deviantart.net/40a3/f/2017/093/d/4/
DISTNAME= comfortaa___font_by_aajohan-d1qr019
MAINTAINER= rakuco@FreeBSD.org
COMMENT= Stylish, modern and free sans-serif true type font
LICENSE= OFL11
LICENSE_FILE= ${WRKSRC}/OFL.txt
USES= fonts zip
FONTNAME= Comfortaa
NO_ARCH= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTVERSION}
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR}/
.include <bsd.port.mk>