b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
29 lines
765 B
Makefile
29 lines
765 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/01/18 23:31:05 rillig Exp $
|
|
|
|
DISTNAME= junicode-0-7-8
|
|
PKGNAME= ${DISTNAME:S/-7-8/.7.8/}
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=junicode/}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://junicode.sourceforge.net/
|
|
COMMENT= Free TrueType font family for medievalists
|
|
LICENSE= ofl-v1.1
|
|
|
|
WRKSRC= ${WRKDIR}/junicode
|
|
NO_BUILD= yes
|
|
|
|
FONTDIR= ${PREFIX}/share/fonts/X11/TTF
|
|
DOCDIR= ${PREFIX}/share/doc/junicode
|
|
FONTS_DIRS.ttf= ${FONTDIR}
|
|
|
|
INSTALLATION_DIRS= share/fonts/X11/TTF share/doc/junicode
|
|
|
|
do-install:
|
|
cd ${WRKSRC}/fonts && for f in *.ttf ; do \
|
|
${INSTALL_DATA} $$f ${DESTDIR}${FONTDIR}/$$f; \
|
|
done
|
|
${INSTALL_DATA} ${WRKSRC}/doc/* ${DESTDIR}${DOCDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|