Files
ports/fonts/mada/Makefile
T
bentley 69b3b985f0 Rework font install target to accept filenames instead of file extensions.
This means instead of setting MODFONT_TYPES to an extension like "otf",
font ports now specify filenames to install (wildcards allowed) like
MODFONT_FONTFILES=*.otf.

ok sthen@
2024-07-11 12:54:41 +00:00

26 lines
403 B
Makefile

COMMENT = modernist Arabic typeface
V = 1.3
DISTNAME = mada-${V}
MODFONT_FAMILY = mada
MAINTAINER = George Rosamond <george@nycbug.org>
# SIL OFL 1.1
PERMIT_PACKAGE = Yes
SITES = https://github.com/alif-type/mada/releases/download/v${V}/
MODULES = font
NO_BUILD = Yes
NO_TEST = Yes
WRKDIST = ${WRKDIR}/Mada-${V}
MODFONT_FONTFILES = *.otf
MODFONT_DOCFILES = README.txt
.include <bsd.port.mk>