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.
24 lines
569 B
Makefile
24 lines
569 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/01/18 23:34:40 rillig Exp $
|
|
|
|
DISTNAME= platex
|
|
PKGNAME= tex-${DISTNAME}-2019
|
|
TEXLIVE_REV= 50831
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/platex
|
|
COMMENT= pLaTeX2e and miscellaneous macros for pTeX
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= tex-ptex-[0-9]*:../../print/tex-ptex
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
TEX_FORMATS+= "platex eptex language.dat *platex.ini\\n"
|
|
|
|
TEXLIVE_UNVERSIONED= yes
|
|
.include "../../print/texlive/package.mk"
|
|
|
|
post-install:
|
|
${LN} -sf eptex ${DESTDIR}${PREFIX}/bin/platex
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|