Files
ports/print/microtex/Makefile
Po-Chuan Hsieh c8cec9e758 textproc/tinyxml2: Update to 11.0.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/leethomason/tinyxml2/releases
2025-03-19 16:28:19 +08:00

28 lines
608 B
Makefile

PORTNAME= microtex
DISTVERSION= g20240805
PORTREVISION= 1
CATEGORIES= print devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Dynamic, cross-platform, and embeddable LaTeX rendering library
WWW= https://github.com/NanoMichael/MicroTex
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libtinyxml2.so:textproc/tinyxml2
USES= compiler:c++17-lang gnome meson pkgconfig
USE_GNOME= cairomm glibmm gtkmm30 pangomm
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= NanoMichael
GH_PROJECT= MicroTeX
GH_TAGNAME= 0e3707f
PORTSCOUT= skipv:xml-def
.include <bsd.port.mk>