pkgsrc/print/tex-igo/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
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.
2020-01-18 23:30:43 +00:00

43 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.6 2020/01/18 23:34:18 rillig Exp $
DISTNAME= igo
PKGNAME= tex-${DISTNAME}-0
PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=fonts/}
EXTRACT_SUFX= .zip
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://www.ctan.org/tex-archive/fonts/igo/
COMMENT= Fonts and macro to typeset Go diagrams
BUILD_DEPENDS+= kpathsea-[0-9]*:../../print/kpathsea
BUILD_DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm
BUILD_DEPENDS+= tex-metafont-[0-9]*:../../fonts/tex-metafont
.include "../../print/kpathsea/texmf.mk"
do-configure:
${GREP} "^maketfm" ${WRKSRC}/fonts/makefonts.bat | \
${SED} -e 's,maketfm,${LOCALBASE}/bin/mktextfm,g' \
> ${WRKSRC}/fonts/makefonts.sh
do-build:
cd ${WRKSRC}/fonts && ${SH} makefonts.sh
INSTALLATION_DIRS+= ${PREFIX}/share/texmf-dist/doc/latex/igo \
${PREFIX}/share/texmf-dist/tex/latex/igo \
${PREFIX}/share/texmf-dist/fonts/source/igo \
${PREFIX}/share/texmf-dist/fonts/tfm/igo
do-install:
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/igo.pdf ${WRKSRC}/igo.tex \
${DESTDIR}${PREFIX}/share/texmf-dist/doc/latex/igo
${INSTALL_DATA} ${WRKSRC}/igo.sty ${WRKSRC}/repeat.tex \
${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/igo
${INSTALL_DATA} ${WRKSRC}/fonts/*.mf \
${DESTDIR}${PREFIX}/share/texmf-dist/fonts/source/igo
${INSTALL_DATA} ${WRKSRC}/fonts/*.tfm \
${DESTDIR}${PREFIX}/share/texmf-dist/fonts/tfm/igo
.include "../../mk/bsd.pkg.mk"