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@
27 lines
478 B
Makefile
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>
|