mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
69b3b985f0
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@
26 lines
403 B
Makefile
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>
|