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.
26 lines
672 B
Makefile
26 lines
672 B
Makefile
# $NetBSD: Makefile,v 1.7 2020/01/18 23:34:45 rillig Exp $
|
|
|
|
DISTNAME= resume
|
|
PKGNAME= tex-${DISTNAME}-20010823
|
|
PKGREVISION= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.ctan.org/tex-archive/macros/latex/contrib/resume/
|
|
COMMENT= Resume document style
|
|
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
|
|
NO_BUILD= yes
|
|
|
|
INSTALLATION_DIRS= share/texmf-dist/tex/latex/resume
|
|
|
|
.include "../../print/kpathsea/texmf.mk"
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/res.cls \
|
|
${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/resume/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|