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@
28 lines
424 B
Makefile
28 lines
424 B
Makefile
COMMENT= dip pen style TTF fonts
|
|
|
|
MODFONT_FAMILY= ecoliercourt
|
|
DISTNAME= ${MODFONT_FAMILY}-fonts-0.1
|
|
DISTFILES= ecl_cour.ttf ec_cour.ttf
|
|
|
|
REVISION= 2
|
|
|
|
CATEGORIES= fonts x11 education
|
|
|
|
# Open Font License
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SITES= https://distfiles.bsdfrog.org/
|
|
|
|
MODULES= font
|
|
|
|
DIST_SUBDIR= ecoliercourt
|
|
EXTRACT_ONLY=
|
|
|
|
NO_BUILD= Yes
|
|
NO_TEST= Yes
|
|
|
|
WRKDIST = ${FULLDISTDIR}
|
|
MODFONT_FONTFILES = *.ttf
|
|
|
|
.include <bsd.port.mk>
|