diff options
Diffstat (limited to 'print/tex4ht/Makefile')
-rw-r--r-- | print/tex4ht/Makefile | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/print/tex4ht/Makefile b/print/tex4ht/Makefile index 2d534f378eb..7be4fb1f13b 100644 --- a/print/tex4ht/Makefile +++ b/print/tex4ht/Makefile @@ -1,29 +1,21 @@ -# $NetBSD: Makefile,v 1.9 2018/08/22 09:46:16 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2019/05/09 09:47:36 adam Exp $ -DISTNAME= texlive-20180414-source -PKGNAME= tex4ht-0.0.20170523 -PKGREVISION= 2 +.include "../../print/texlive/Makefile.common" + +PKGNAME= tex4ht-20180225 CATEGORIES= print -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2018/ -EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tug.org/texlive/ COMMENT= Converter from *TeX to HTML, XML, and similar formats LICENSE= lppl-1.3c -EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ - ${DISTNAME}/texk/tex4htk +EXTRACT_ELEMENTS+= ${DISTNAME}/texk/tex4htk -GNU_CONFIGURE= yes -USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/${DISTNAME}/texk/tex4htk -USE_TOOLS+= perl:run pkg-config +USE_TOOLS+= perl:run REPLACE_PERL= mk4ht.pl -CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess -CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub - CONFIGURE_ARGS+= --with-system-kpathsea BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1 |