File:  [cvs.NetBSD.org] / pkgsrc / print / tex-make4ht / Makefile
Revision 1.7: download - view: text, annotated - select for diffs
Mon Nov 4 19:58:05 2019 UTC (5 years, 2 months ago) by rillig
Branches: MAIN
CVS tags: HEAD
print: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

# $NetBSD: Makefile,v 1.7 2019/11/04 19:58:05 rillig Exp $

DISTNAME=	make4ht
PKGNAME=	tex-${DISTNAME}-0.2g
TEXLIVE_REV=	51215

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://ctan.org/pkg/make4ht
COMMENT=	A build system for tex4ht
LICENSE=	lppl-1.3c

DEPENDS+=	tex-luatex-[0-9]*:../../print/tex-luatex

REPLACE_TEXLUA=	texmf-dist/scripts/make4ht/make4ht

INSTALLATION_DIRS+=	bin

post-install:
	ln -s ${PREFIX}/share/texmf-dist/scripts/make4ht/make4ht ${DESTDIR}${PREFIX}/bin/make4ht

.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>