mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 10:03:10 -04:00
- devel/tex-kpathsea: Update version 6.3.5=>6.4.0 - devel/tex-libtexlua: Update distinfo - devel/tex-synctex: Update distinfo - devel/tex-web2c: Update version 20230313=>20240312 - japanese/tex-ptex: Update distinfo - print/tex-basic-engines: Update version 20230313=>20240312 - print/tex-dvipdfmx: Update version 20230313=>20240312 - print/tex-dvipsk: Update version 20230313=>20240312 - print/tex-jadetex: Update version 20230313=>20240312 - print/tex-luatex: Update version 20230313=>20240312 - print/tex-ptexenc: Update version 1.4.3=>1.4.6 - print/tex-xdvik: Bump REVISION - print/tex-xetex: Update verison 0.99993=>20240312 - print/tex-xmltex: Update verison 1.9=>20240312 - print/texlive-base: Update version 20230313=>20240312 - print/texlive-docs: Update version 20230313=>20240312 - print/texlive-texmf-source: Update version 20230313=>20240312 - print/texlive-texmf: Update version 20230313=>20240312 - print/texlive-tlmgr: Update version 20230313=>20240312 - print/xpdfopen: Update version 0.86=>20240312 Sponsored by: Nepustil
60 lines
1.6 KiB
Makefile
60 lines
1.6 KiB
Makefile
PORTNAME= synctex
|
|
DISTVERSION= 2.0.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= TEX_CTAN/systems/texlive/${TEXLIVE_YEAR}/
|
|
PKGNAMEPREFIX= tex-
|
|
DISTNAME= texlive-${TEXLIVE_VERSION}-source
|
|
DIST_SUBDIR= TeX
|
|
|
|
MAINTAINER= tex@FreeBSD.org
|
|
COMMENT= Synchronization TeXnology parser library
|
|
WWW= https://itexmac.sourceforge.net/SyncTeX.html
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/synctexdir/README.txt
|
|
|
|
USES= libtool localbase pathfix pkgconfig tar:xz tex
|
|
USE_LDCONFIG= yes
|
|
USE_TEX= kpathsea
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
CONFIGURE_ARGS= ${EXCLUDE_ENGINES:S/^/--disable-/} \
|
|
--with-system-kpathsea \
|
|
--with-system-zlib \
|
|
--without-gmp-includes \
|
|
--without-gmp-libdir \
|
|
--without-mf-x-toolkit \
|
|
--without-mpfr-includes \
|
|
--without-mpfr-libdir \
|
|
--without-system-cairo \
|
|
--without-system-freetype2 \
|
|
--without-system-gmp \
|
|
--without-system-graphite2 \
|
|
--without-system-harfbuzz \
|
|
--without-system-icu \
|
|
--without-system-libpng \
|
|
--without-system-mpfr \
|
|
--without-system-pixman \
|
|
--without-system-ptexenc \
|
|
--without-system-teckit \
|
|
--without-system-zziplib \
|
|
--without-x
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,}
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/web2c
|
|
|
|
EXTRACT_FILES= build-aux texk/web2c
|
|
EXCLUDE_ENGINES= etex aleph luatex luajittex pdftex mf mf-nowin ptex \
|
|
eptex uptex euptex xetex tex otangle mp pmp upmp web2c \
|
|
web-progs luahbtex luajithbtex mflua mfluajit latex \
|
|
pdftex hitex
|
|
|
|
post-extract:
|
|
@${FIND} ${WRKSRC} -name '*.orig' -delete
|
|
|
|
.include <bsd.port.mk>
|