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@
29 lines
708 B
Makefile
29 lines
708 B
Makefile
COMMENT = variable type family built for better code and UI
|
|
|
|
MODFONT_FAMILY = recursive
|
|
MODFONT_VERSION = 1.085
|
|
DISTNAME = ArrowType-Recursive-${MODFONT_VERSION}
|
|
|
|
CATEGORIES = fonts
|
|
|
|
HOMEPAGE = https://github.com/arrowtype/recursive
|
|
|
|
# SIL OFL 1.1
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
SITES = https://github.com/arrowtype/recursive/releases/download/v${MODFONT_VERSION}/
|
|
|
|
MODULES = font
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
|
|
MODFONT_FONTFILES = Recursive_Desktop/separate_statics/OTF/*.otf \
|
|
Recursive_Desktop/separate_statics/OTF/*.otf \
|
|
Recursive_Code/RecMonoCasual/*.ttf \
|
|
Recursive_Code/RecMonoDuotone/*.ttf \
|
|
Recursive_Code/RecMonoLinear/*.ttf \
|
|
Recursive_Code/RecMonoSemicasual/*.ttf
|
|
|
|
.include <bsd.port.mk>
|