Edit

IABSD.fr/ports/fonts/marelle/Makefile

Branch :

  • Show log

    Commit

  • Author : landry
    Date : 2026-05-06 13:38:57
    Hash : fb9745ea
    Message : Import fonts/marelle 1.004. The Marelle font is specifically designed for teaching cursive writing in primary school. see https://marelle.forge.apps.education.fr/ for samples requested by miod@ ok ajacoutot@

  • fonts/marelle/Makefile
  • COMMENT-main =	cursive font for school teaching
    COMMENT-web =	cursive font for school teaching (web fonts)
    
    MODFONT_FAMILY =	marelle
    MODFONT_VERSION =	1.004
    SITES.gitlab =		https://forge.apps.education.fr/
    DIST_TUPLE +=		gitlab marelle marelle.forge.apps.education.fr v${MODFONT_VERSION} .
    
    MULTI_PACKAGES =	-main -web
    
    MODULES =		font
    
    HOMEPAGE =		https://marelle.forge.apps.education.fr/
    
    # SIL OFL 1.1
    PERMIT_PACKAGE =	Yes
    
    NO_BUILD =		Yes
    NO_TEST =		Yes
    
    WRKDIST =	${WRKDIR}/marelle.forge.apps.education.fr-v${MODFONT_VERSION}-93887d1b4da2530114a55bc68555b2e6a5d9ada8
    
    MODFONT_FONTFILES =	fonts/ttf/*.ttf \
    			fonts/otf/*.otf
    
    MODFONT_WEBFILES = fonts/webfonts/*.woff2
    
    .include <bsd.port.mk>