pkgsrc/fonts/stix-otf/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

35 lines
909 B
Makefile

# $NetBSD: Makefile,v 1.2 2020/01/26 17:31:12 rillig Exp $
stixver= 1.1.0
DISTNAME= STIXv${stixver}
PKGNAME= stix-otf-${stixver}
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=stixfonts/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.stixfonts.org/
COMMENT= OpenType Unicode maths fonts
LICENSE= ofl-v1.1
WRKSRC= ${WRKDIR}
USE_LANGUAGES= # none
NO_BUILD= yes
FONTDIR= ${PREFIX}/share/fonts/X11/OTF
FONTS_DIRS.ttf= ${FONTDIR}
INSTALLATION_DIRS= share/doc/${PKGNAME} share/fonts/X11/OTF
do-install:
${INSTALL_DATA} ${WRKSRC}/Fonts/STIX-General/*.otf \
${DESTDIR}${FONTDIR}
${INSTALL_DATA} ${WRKSRC}/Fonts/STIX-Word/*.otf \
${DESTDIR}${FONTDIR}
${INSTALL_DATA} ${WRKSRC}/License/*.pdf \
${DESTDIR}${PREFIX}/share/doc/${PKGNAME}
${INSTALL_DATA} ${WRKSRC}/*.pdf \
${DESTDIR}${PREFIX}/share/doc/${PKGNAME}
.include "../../mk/bsd.pkg.mk"