freebsd-ports/math/blahtexml/Makefile
Alexey Dokuchaev 9263318fd2 math/blahtexml: revert/redo previous bogus build "fix" against Clang 16
- Patch the makefile to respect CXXFLAGS so that USE_CXXSTD=c++11 works
  as intended and remove the whole `USES+=llvm:max=15' abomination
- While here, convert to USES+=iconv, and drop MAKE_ARGS and LDFLAGS as
  we need to patch that line in the makefile anyway

Fixes:	f3eeadc739
2023-08-31 02:08:10 +00:00

27 lines
544 B
Makefile

PORTNAME= blahtexml
DISTVERSIONPREFIX= v
DISTVERSION= 1.0
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= TeX to MathML converter designed with MediaWiki in mind
WWW= http://gva.noekeon.org/blahtexml/
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3
USES= gmake iconv localbase
USE_CXXSTD= c++11
USE_GITHUB= yes
GH_ACCOUNT= gvanas
MAKEFILE= makefile
ALL_TARGET= blahtexml-linux
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>