Includes adding "1.1" to terminus/inconsolata/fantasque which were marked just "OFL", as that's the license version in their distfiles / repos.
33 lines
734 B
Makefile
33 lines
734 B
Makefile
# $OpenBSD: Makefile,v 1.7 2017/11/16 03:33:09 bentley Exp $
|
|
|
|
PKG_ARCH = *
|
|
|
|
COMMENT = substitute for MS TTF core fonts
|
|
|
|
DISTNAME = liberation-fonts-ttf-2.00.1
|
|
PKGNAME = ${DISTNAME:S/-ttf//}
|
|
CATEGORIES = fonts x11
|
|
REVISION = 0
|
|
|
|
HOMEPAGE = https://fedorahosted.org/liberation-fonts
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# SIL OFL 1.1
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = https://fedorahosted.org/releases/l/i/liberation-fonts/
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
|
|
FONTDIR = ${PREFIX}/share/fonts/Liberation
|
|
DOCDIR = ${PREFIX}/share/doc/liberation-fonts
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${FONTDIR} ${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/[A-Z][!i]* ${DOCDIR}
|
|
|
|
.include <bsd.port.mk>
|