Edit

IABSD.fr/ports/fonts/mononoki/Makefile

Branch :

  • Show log

    Commit

  • Author : bentley
    Date : 2024-04-15 16:08:14
    Hash : 01272f3f
    Message : Properly namespace font module variables. Update individual ports to cope. ok sthen@

  • fonts/mononoki/Makefile
  • COMMENT =	font for programming and code review
    
    MODFONT_FAMILY =	mononoki
    MODFONT_VERSION =	1.3
    
    DISTFILES =	mononoki-${MODFONT_VERSION}{mononoki}.zip
    SITES =		https://github.com/madmalik/mononoki/releases/download/${MODFONT_VERSION}/
    
    HOMEPAGE =	https://madmalik.github.io/mononoki/
    
    MAINTAINER =	Yifei Zhan <openbsd@zhan.science>
    
    # SIL Open Font License 1.1
    PERMIT_PACKAGE =	Yes
    
    MODULES =	font
    
    NO_BUILD =	Yes
    NO_TEST =	Yes
    WRKSRC =	${WRKDIST}/webfont
    
    .include <bsd.port.mk>