Let ja-vfxdvik use kpathsea/texmf.mk instead of obsolete teTeX/module.mk.
This commit is contained in:
parent
2a872df082
commit
38af7b0afd
2 changed files with 11 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.31 2011/01/13 13:39:12 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.32 2011/01/24 18:57:52 minskim Exp $
|
||||
|
||||
DISTNAME= xdvik-${XDVIK_ORIGINAL_VERS}
|
||||
PKGNAME= ja-vfxdvik-${XDVIK_ORIGINAL_VERS}.${XDVIK_JP_PATCH_VERS}
|
||||
PKGREVISION= 14
|
||||
PKGREVISION= 15
|
||||
CATEGORIES= japanese print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xdvi/} # not xdvik
|
||||
|
||||
|
@ -17,9 +17,9 @@ COMMENT= Xdvik with vflib
|
|||
XDVIK_ORIGINAL_VERS= 22.40v
|
||||
XDVIK_JP_PATCH_VERS= j1.14
|
||||
|
||||
DEPENDS+= ja-ptex-bin>=3.1.9:../../print/ja-ptex-bin
|
||||
DEPENDS+= tex-ptex>=3.1.9:../../print/tex-ptex
|
||||
|
||||
.include "../../print/teTeX/module.mk"
|
||||
.include "../../print/kpathsea/texmf.mk"
|
||||
|
||||
BUILD_DIRS= texk/xdvik
|
||||
|
||||
|
@ -27,7 +27,7 @@ USE_TOOLS+= gmake
|
|||
USE_LIBTOOL= YES
|
||||
LIBTOOL_OVERRIDE= klibtool
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS+=--enable-local-texmf=${PKG_LOCALTEXMFPREFIX} \
|
||||
CONFIGURE_ARGS+=--enable-local-texmf=${PREFIX}/share/texmf-dist \
|
||||
--without-texinfo \
|
||||
--without-dialog \
|
||||
--disable-multiplatform \
|
||||
|
@ -43,7 +43,7 @@ CONFIGURE_ARGS+=--enable-local-texmf=${PKG_LOCALTEXMFPREFIX} \
|
|||
--with-zlib-libdir=${BUILDLINK_PREFIX.zlib}/lib \
|
||||
--with-zlib-include=${BUILDLINK_PREFIX.zlib}/include \
|
||||
--enable-xdviprint=${PREFIX}/bin/vfxdviprint \
|
||||
--enable-xdvietcdir=${PKG_LOCALTEXMFPREFIX}/vfxdvi
|
||||
--enable-xdvietcdir=${PREFIX}/share/texmf-dist/vfxdvi
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.if defined(PAPERSIZE) && ${PAPERSIZE} == "A4"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:11:56 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2011/01/24 18:57:52 minskim Exp $
|
||||
bin/vfxdvi
|
||||
bin/vfxdvi.bin
|
||||
bin/vfxdviprint
|
||||
bin/vfxdvizilla
|
||||
man/man1/vfxdvi.1
|
||||
man/man1/vfxdvizilla.1
|
||||
${PKG_LOCALTEXMFPREFIX}/vfxdvi/vfontmap
|
||||
${PKG_LOCALTEXMFPREFIX}/vfxdvi/xdvipaper.dvi2ps-j
|
||||
${PKG_LOCALTEXMFPREFIX}/vfxdvi/xdvipaper.dvips
|
||||
${PKG_LOCALTEXMFPREFIX}/vfxdvi/xdvipaper.jdvi2kps
|
||||
share/texmf-dist/vfxdvi/vfontmap
|
||||
share/texmf-dist/vfxdvi/xdvipaper.dvi2ps-j
|
||||
share/texmf-dist/vfxdvi/xdvipaper.dvips
|
||||
share/texmf-dist/vfxdvi/xdvipaper.jdvi2kps
|
||||
|
|
Loading…
Reference in a new issue