Daniel Engberg 15113a389f math/libtexprintf: Use upstream release archive
Removes need to use USES= autoreconf and while at it remove
GNU_CONFIGURE_MANPREFIX

PR:		284103
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2025-02-02 19:47:26 +01:00

22 lines
468 B
Makefile

PORTNAME= libtexprintf
DISTVERSION= 1.25
PORTREVISION= 1
CATEGORIES= math textproc
MASTER_SITES= https://github.com/bartp5/${PORTNAME}/releases/download/v${DISTVERSION}/
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= gmake libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>