Files
ports/fonts/sunscreen/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

27 lines
478 B
Makefile

MODFONT_FAMILY = sunscreen
MODFONT_VERSION = 1.0
COMMENT = disco-inspired display face
DISTNAME = sunscreen-${MODFONT_VERSION}
CATEGORIES = fonts
EXTRACT_SUFX = .zip
HOMEPAGE = http://www.simon-cozens.org/fonts/sunscreen.html
# SIL OFL 1.1
PERMIT_PACKAGE = Yes
SITES = http://www.simon-cozens.org/downloads/
MODULES = font
MODFONT_FONTFILES = *.otf
NO_BUILD = Yes
NO_TEST = Yes
WRKDIST = ${WRKDIR}/${DISTNAME}
MODFONT_DOCFILES = *.txt
.include <bsd.port.mk>