summaryrefslogtreecommitdiff
path: root/textproc/makeindexk/Makefile
blob: a04cbe56aa30341c254861896bc8b9b8b1853230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.16 2020/01/18 23:35:29 rillig Exp $

.include "../../print/texlive/Makefile.common"

PKGNAME=	makeindexk-2.15
PKGREVISION=	11
CATEGORIES=	print

HOMEPAGE=	https://www.tug.org/texlive/
COMMENT=	General purpose hierarchical index generator

EXTRACT_ELEMENTS+=	${DISTNAME}/texk/makeindexk

WRKSRC=		${WRKDIR}/${DISTNAME}/texk/makeindexk

CONFIGURE_ARGS+=	--with-system-kpathsea

BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1
.include "../../print/kpathsea/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"