diff options
Diffstat (limited to 'textproc/makeindexk/Makefile')
-rw-r--r-- | textproc/makeindexk/Makefile | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/textproc/makeindexk/Makefile b/textproc/makeindexk/Makefile index 1ff3bd66d20..2c4ec46424f 100644 --- a/textproc/makeindexk/Makefile +++ b/textproc/makeindexk/Makefile @@ -1,25 +1,17 @@ -# $NetBSD: Makefile,v 1.14 2018/05/13 12:18:55 markd Exp $ +# $NetBSD: Makefile,v 1.15 2019/05/09 09:47:37 adam Exp $ + +.include "../../print/texlive/Makefile.common" -DISTNAME= texlive-20180414-source PKGNAME= makeindexk-2.15 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= print -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2018/ -EXTRACT_SUFX= .tar.xz -MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.tug.org/texlive/ COMMENT= General purpose hierarchical index generator -EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ - ${DISTNAME}/texk/makeindexk +EXTRACT_ELEMENTS+= ${DISTNAME}/texk/makeindexk -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_TOOLS+= pkg-config WRKSRC= ${WRKDIR}/${DISTNAME}/texk/makeindexk -CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess -CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub CONFIGURE_ARGS+= --with-system-kpathsea |