mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +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
460 B
Makefile
26 lines
460 B
Makefile
COMMENT = pixel-perfect recreation of the original IBM VGA font
|
|
|
|
MODFONT_FAMILY = blockzone
|
|
|
|
MODFONT_VERSION = 1.004
|
|
DISTNAME = BlockZone-${MODFONT_VERSION}
|
|
REVISION = 5
|
|
|
|
CATEGORIES = fonts
|
|
|
|
HOMEPAGE = https://github.com/ansilove/blockzone
|
|
|
|
# SIL OFL 1.1
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
SITES = https://github.com/ansilove/BlockZone/releases/download/${MODFONT_VERSION}/
|
|
|
|
MODULES = font
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
|
|
MODFONT_DOCFILES = LICENSE
|
|
|
|
.include <bsd.port.mk>
|