opnsense-ports/math/libtexprintf/Makefile
Franco Fichtner 5badfe657f */*: sync with upstream
Taken from: FreeBSD
2024-03-14 14:22:26 +01:00

25 lines
490 B
Makefile

PORTNAME= libtexprintf
DISTVERSIONPREFIX= v
DISTVERSION= 1.25
PORTREVISION= 1
CATEGORIES= math textproc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Formatted math formula output with tex-like syntax
WWW= https://github.com/bartp5/libtexprintf
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf gmake libtool
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= bartp5
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
.include <bsd.port.mk>