mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -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
31 lines
724 B
Makefile
31 lines
724 B
Makefile
PORTNAME= libtexlua
|
|
DISTVERSION= 5.3.6
|
|
PORTREVISION= 2
|
|
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= Lua library for TeXLive
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKDIR}/LICENSE.MIT
|
|
|
|
USES= libtool pathfix pkgconfig tar:xz tex
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,}
|
|
EXTRACT_FILES= build-aux libs/lua53
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/libs/lua53
|
|
|
|
post-extract:
|
|
${SED} -e '/\*\ Copyright/,/\*\//!d;s/^\*//;/^\*\*/d' \
|
|
${WRKSRC}/lua53-src/src/lua.h > ${WRKDIR}/LICENSE.MIT
|
|
|
|
.include <bsd.port.mk>
|