Tweak x11-fonts/font-manager version 0.5.7_5
[dports.git] / x11-fonts / comfortaa-ttf / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       comfortaa-ttf
4 PORTVERSION=    2.004
5 PORTREVISION=   3
6 CATEGORIES=     x11-fonts
7 MASTER_SITES=   https://fontlibrary.org/assets/downloads/comfortaa/38318a69b56162733bf82bc0170b7521/
8 DISTNAME=       comfortaa
9
10 MAINTAINER=     rakuco@FreeBSD.org
11 COMMENT=        Stylish, modern and free sans-serif true type font
12
13 LICENSE=        OFL11
14
15 USES=           fonts zip
16
17 FONTNAME=       Comfortaa
18 NO_BUILD=       yes
19 WRKSRC=         ${WRKDIR}/Comfortaa
20
21 do-install:
22         ${MKDIR} ${STAGEDIR}${FONTSDIR}/
23         cd ${WRKSRC}/ && ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR}/
24
25 .include <bsd.port.mk>