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@
30 lines
519 B
Makefile
30 lines
519 B
Makefile
COMMENT= full suite pictographic icons
|
|
|
|
V = 6.5.2
|
|
PKGNAME = font-awesome-${V}
|
|
DISTNAME = fontawesome-free-${V}-desktop
|
|
|
|
MODFONT_FAMILY = font-awesome
|
|
|
|
CATEGORIES= fonts
|
|
|
|
HOMEPAGE = https://fontawesome.com
|
|
|
|
MAINTAINER = Rafael Sadowski <rsadowski@openbsd.org>
|
|
|
|
SITES = https://github.com/FortAwesome/Font-Awesome/releases/download/${V}/
|
|
EXTRACT_SUFX = .zip
|
|
|
|
# SIL OFL 1.1
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES = font
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
|
|
MODFONT_FONTFILES = otfs/*.otf
|
|
MODFONT_DOCFILES = *.txt
|
|
|
|
.include <bsd.port.mk>
|