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.
27 lines
808 B
Makefile
27 lines
808 B
Makefile
# $NetBSD: Makefile,v 1.26 2020/01/18 23:31:58 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= ttf2pt1-3.4.4
|
|
PKGREVISION= 13
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ttf2pt1/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= reinoud@NetBSD.org
|
|
HOMEPAGE= https://ttf2pt1.sourceforge.net/
|
|
COMMENT= TrueType font converter to Postscript type 1
|
|
|
|
DEPENDS+= t1utils-[0-9]*:../../fonts/t1utils
|
|
|
|
USE_TOOLS+= perl:run
|
|
|
|
REPLACE_PERL+= app/TeX/cjk-latex-config app/TeX/sfd2map
|
|
REPLACE_PERL+= other/cntstems.pl other/lst.pl other/showdf other/showg
|
|
REPLACE_PERL+= scripts/forceiso scripts/frommap scripts/html2man
|
|
REPLACE_PERL+= scripts/inst_dir scripts/t1fdir scripts/trans
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|