pkgsrc/print/tex4ht/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
627 B
Makefile

# $NetBSD: Makefile,v 1.12 2020/01/18 23:35:05 rillig Exp $
PKGREVISION= 1
.include "../../print/texlive/Makefile.common"
PKGNAME= tex4ht-20180225
CATEGORIES= print
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.tug.org/texlive/
COMMENT= Converter from *TeX to HTML, XML, and similar formats
LICENSE= lppl-1.3c
EXTRACT_ELEMENTS+= ${DISTNAME}/texk/tex4htk
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/tex4htk
USE_TOOLS+= perl:run
REPLACE_PERL= mk4ht.pl
CONFIGURE_ARGS+= --with-system-kpathsea
BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1
.include "../../print/kpathsea/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"