pkgsrc/fonts/lcdftypetools/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

24 lines
653 B
Makefile

# $NetBSD: Makefile,v 1.9 2020/01/18 23:31:05 rillig Exp $
.include "../../print/texlive/Makefile.common"
PKGNAME= lcdftypetools-2.108
CATEGORIES= fonts
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/lcdf-typetools
COMMENT= Outline font manipulation tools
LICENSE= gnu-gpl-v2
DEPENDS+= tex-glyphlist-[0-9]*:../../fonts/tex-glyphlist
EXTRACT_ELEMENTS+= ${DISTNAME}/texk/lcdf-typetools
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/lcdf-typetools
USE_LANGUAGES= c c++11
CONFIGURE_ARGS+= --with-system-kpathsea
BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1
.include "../../print/kpathsea/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"