05bf9bf14c
Now depend on tex-ifxetex (also just packaged) which may be included by default on some TeX-like systems. (I don't used xetex yet. Does pkgsrc have any method for detecting various TeX support is provided versus just having a dependency?) The main changes are: - the XeTeX backend is added to dblatex 0.2.9. - 0.2.8 adds support for xrefstyle and olinking (updated to Docbook 1.72) Complete changelogs at http://sourceforge.net/project/shownotes.php?release_id=556449&group_id=72607 http://sourceforge.net/project/shownotes.php?release_id=602630&group_id=72607
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.3 2008/06/19 16:35:22 reed Exp $
|
|
#
|
|
|
|
DISTNAME= dblatex-0.2.9
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dblatex/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://dblatex.sourceforge.net/
|
|
COMMENT= DocBook to LaTeX Publishing
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
|
|
DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX3-bin
|
|
DEPENDS+= transfig-[0-9]*:../../print/transfig
|
|
DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
|
|
DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
|
|
|
|
PYDISTUTILSPKG= yes
|
|
USE_LANGUAGES= # none
|
|
|
|
SUBST_CLASSES+= man
|
|
SUBST_MESSAGE.man= Fixing man page installation path.
|
|
SUBST_STAGE.man= pre-configure
|
|
SUBST_FILES.man= setup.py
|
|
SUBST_SED.man+= -e 's,share/man/man1,${PKGMANDIR}/man1,'
|
|
SUBST_SED.man+= -e "s,'python','${PYTHONBIN}',"
|
|
|
|
#SUBST_CLASSES+= path
|
|
#SUBST_MESSAGE.path= Fixing python path.
|
|
#SUBST_STAGE.path= pre-configure
|
|
#SUBST_FILES.path= scripts/dblatex
|
|
#SUBST_SED.path= -e 's,/usr/bin/env python,${PYTHONBIN},g'
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|