pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
26 lines
696 B
Makefile
26 lines
696 B
Makefile
# $NetBSD: Makefile,v 1.16 2020/01/26 17:31:11 rillig Exp $
|
|
|
|
.include "../../print/texlive/Makefile.common"
|
|
|
|
PKGNAME= gsftopkk-1.19.2
|
|
PKGREVISION= 10
|
|
CATEGORIES= print
|
|
|
|
HOMEPAGE= https://math.berkeley.edu/~vojta/gsftopk.html
|
|
COMMENT= Tool to convert bitmaps to .pk format
|
|
|
|
EXTRACT_ELEMENTS+= ${DISTNAME}/texk/gsftopk
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/gsftopk
|
|
|
|
USE_TOOLS+= gs:run
|
|
CONFIGURE_ARGS+= --with-system-kpathsea
|
|
CPPFLAGS+= -DGS_PATH='"${TOOLS_PATH.gs}"'
|
|
INFO_FILES= yes
|
|
|
|
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist
|
|
|
|
BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1
|
|
.include "../../print/kpathsea/buildlink3.mk"
|
|
.include "../../print/kpathsea/texmf.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|