summaryrefslogtreecommitdiff
path: root/textproc/mendexk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/mendexk/Makefile')
-rw-r--r--textproc/mendexk/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/textproc/mendexk/Makefile b/textproc/mendexk/Makefile
new file mode 100644
index 00000000000..5a986e6dffb
--- /dev/null
+++ b/textproc/mendexk/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/11/06 03:41:46 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"