Files
ports/textproc/gladtex/Makefile
T
Älven 8b3978e051 textproc/py-gladtex: [NEW PORT] LaTeX formula preprocessor for HTML files
Reworked following upstream switch from Perl to Python in version 1.6.

GladTeX is a preprocessor that enables the use of LaTeX maths within HTML
files. The maths, embedded in <EQ>...</EQ> tags, as if within \(..\) in
LaTeX (or $...$ in TeX), is fed through latex and replaced by images.

WWW: https://humenda.github.io/GladTeX/

PR:		280914
Approved by:	yuri@ (Mentor)
2025-11-10 17:39:30 +04:00

24 lines
494 B
Makefile

PORTNAME= gladtex
DISTVERSION= 1.4.2
CATEGORIES= textproc math www
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= alven@FreeBSD.org
COMMENT= Program to replace LaTeX formulas in HTML files with images
WWW= https://gladtex.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgif.so:graphics/giflib \
libpng.so:graphics/png
USES= cmake perl5 shebangfix tex
USE_TEX= dvipsk:run latex:run
SHEBANG_FILES= gladtex
CONFLICTS_INSTALL= py-gladtex
.include <bsd.port.mk>