# $NetBSD: Makefile,v 1.4 2010/09/13 04:47:12 minskim Exp $ DISTNAME= texlive-20100720-source PKGNAME= mendexk-2.6f CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/} EXTRACT_SUFX= .tar.xz MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.tug.org/texlive/ COMMENT= Replacement for makeindex with many enhancements LICENSE= modified-bsd CONFLICTS+= ja-ptex-bin-[0-9]* EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ ${DISTNAME}/texk/mendexk PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/${DISTNAME}/texk/mendexk CONFIGURE_ARGS+= --with-system-kpathsea \ --with-kpathsea-includes=${BUILDLINK_PREFIX.kpathsea}/include \ --with-kpathsea-libdir=${BUILDLINK_PREFIX.kpathsea}/lib \ --with-system-ptexenc \ --with-kpathsea-includes=${BUILDLINK_PREFIX.ptexenc}/include \ --with-kpathsea-libdir=${BUILDLINK_PREFIX.ptexenc}/lib .include "../../print/kpathsea/buildlink3.mk" .include "../../print/ptexenc/buildlink3.mk" .include "../../mk/bsd.pkg.mk"