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.
22 lines
757 B
Makefile
22 lines
757 B
Makefile
# $NetBSD: Makefile,v 1.11 2020/01/18 23:34:30 rillig Exp $
|
|
|
|
DISTNAME= mhchem
|
|
PKGNAME= tex-${DISTNAME}-4.08
|
|
TEXLIVE_REV= 48088
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/mhchem
|
|
COMMENT= Typeset chemical formulae/equations and Risk and Safety phrases
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-amsmath>=2.13nb1:../../print/tex-amsmath
|
|
DEPENDS+= tex-chemgreek-[0-9]*:../../print/tex-chemgreek
|
|
DEPENDS= tex-graphics>=1.0onb1:../../print/tex-graphics
|
|
DEPENDS+= tex-latex>=2009:../../print/tex-latex
|
|
DEPENDS+= tex-oberdiek>=2009nb2:../../print/tex-oberdiek
|
|
DEPENDS+= tex-pgf>=2.00nb1:../../print/tex-pgf
|
|
DEPENDS+= tex-tools>=2010:../../print/tex-tools
|
|
|
|
TEXLIVE_UNVERSIONED= yes
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|