aboutsummaryrefslogtreecommitdiff
path: root/print/microtex/Makefile
blob: 9e17863efb152c4cb9478831678c357865ea3729 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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>