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.
36 lines
1.1 KiB
Makefile
36 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.12 2020/01/18 23:31:00 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= bakoma-20010719
|
|
PKGNAME= bakoma-fonts-1.1
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
# The "on the fly" distfile creation from CTAN messes up the checksums.
|
|
#MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=fonts/cm/ps-type1/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma/
|
|
COMMENT= BaKoMa Fonts for TeX
|
|
LICENSE= no-commercial-use
|
|
|
|
NO_SRC_ON_CDROM= #defined
|
|
NO_BIN_ON_CDROM= #defined
|
|
|
|
BAKOMA_DIR= ${PREFIX}/share/tex-contrib/BaKoMa
|
|
WRKSRC= ${WRKDIR}/bakoma
|
|
|
|
do-build:
|
|
${RM} -f ${WRKSRC}/fontmap.map
|
|
${CAT} ${WRKSRC}/etc/cmfonts.map ${WRKSRC}/etc/amsfonts.map | \
|
|
${SED} 's;<;<${BAKOMA_DIR}/pfb/;g' > ${WRKSRC}/fontmap.map
|
|
|
|
do-install:
|
|
.for d in afm etc pfb pfm tfm ttf
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${BAKOMA_DIR}/${d}
|
|
${INSTALL_DATA} ${WRKSRC}/${d}/* ${DESTDIR}${BAKOMA_DIR}/${d}
|
|
.endfor
|
|
.for f in fontmap.map BaKoMa-AMS.Fonts BaKoMa-CM.Fonts README.news
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${BAKOMA_DIR}
|
|
.endfor
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|