bentley ee4b9e7efa Use consistent license marker for OFL 1.1 ports.
Includes adding "1.1" to terminus/inconsolata/fantasque which were marked
just "OFL", as that's the license version in their distfiles / repos.
2017-11-16 03:33:09 +00:00

43 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.5 2017/11/16 03:33:09 bentley Exp $
COMMENT = fonts from the League of Moveable Type
PKGNAME = league-fonts-0.1
REVISION = 2
PKG_ARCH = *
EXTRACT_SUFX = .zip
.for font in \
blackout chunk flaminia-type-system goudy-bookletter-1911 junction \
league-gothic league-script-1 linden-hill orbitron \
prociono raleway sniglet sorts-mill-goudy
DISTFILES += ${font}${EXTRACT_SUFX}
.endfor
CATEGORIES = fonts x11
HOMEPAGE = http://www.theleagueofmoveabletype.com/
MASTER_SITES = http://s3.amazonaws.com/theleague-production/fonts/
MAINTAINER= Ian Darwin <ian@openbsd.org>
# SIL OFL 1.1
PERMIT_PACKAGE_CDROM = Yes
DIST_SUBDIR = leaguefonts
NO_BUILD = Yes
NO_TEST = Yes
INST_DIR= ${PREFIX}/share/fonts/league-fonts/
post-extract:
rm -r ${WRKDIR}/__MACOSX/
mv ${WRKDIR}/Orbitron/readme.txt ${WRKDIR}/Orbitron/Orbitron_readme.txt
mv ${WRKDIR}/Blackout/please_read_me.txt ${WRKDIR}/Blackout_please_read_me.txt
do-install:
${INSTALL_DATA_DIR} ${INST_DIR}
${INSTALL_DATA} ${WRKDIR}/*.??f ${WRKDIR}/*/*.??f ${WRKDIR}/*/*.txt ${INST_DIR}
.include <bsd.port.mk>