pkgsrc/textproc/makeindexk/Makefile
minskim b8f08fa4bd Import makeindexk-2.15 as textproc/makeindexk.
The program makeindex is a general purpose hierarchical index
generator; it accepts one or more input files (often produced by a
text formatter such as TeX or troff, sorts the entries, and produces
an output file which can be formatted.  The index can have up to three
levels (0, 1, and 2) of subitem nesting.  The way in which words are
flagged for indexing within the main document is specific to the
formatter used; makeindex does not automate the process of selecting
these words.  As the output index is hierarchical, makeindex can be
considered complimentary to the awk-based make.index system of Bentley
and Kernighan, which is specific to troff, generates non-hierarchical
indices, and employs a much simpler syntax for indicating index
entries.
2009-04-17 21:40:25 +00:00

37 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/04/17 21:40:25 minskim Exp $
DISTNAME= texlive-20080816-source
PKGNAME= makeindexk-2.15
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/}
EXTRACT_SUFX= .tar.lzma
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.tug.org/texlive/
COMMENT= General purpose hierarchical index generator
CONFLICTS+= teTeX-bin<=3.0nb32
EXTRACT_ELEMENTS= ${DISTNAME}/texk/makeindexk \
${DISTNAME}/texk/make \
${DISTNAME}/texk/install.sh \
${DISTNAME}/texk/mkinstalldirs
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/makeindexk
MAKE_ENV+= KPATHSEA_PREFIX=${BUILDLINK_PREFIX.kpathsea}
MAKE_FLAGS+= LIBTOOL=${LIBTOOL:Q} \
kpathsea_parent=${BUILDLINK_PREFIX.kpathsea}/include \
kpathsea_srcdir=${BUILDLINK_PREFIX.kpathsea}/include/kpathsea \
kpathsea=${BUILDLINK_PREFIX.kpathsea}/lib/libkpathsea.la
INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} \
infodir=${DESTDIR}${PREFIX}/${PKGINFODIR} \
mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
.include "../../print/kpathsea/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"