Files
ports/math/blahtexml/Makefile
Po-Chuan Hsieh 4d13b25916 textproc/xerces-c3: Update to 3.3.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12355023
2024-10-25 23:56:41 +08:00

29 lines
560 B
Makefile

PORTNAME= blahtexml
DISTVERSIONPREFIX= v
DISTVERSION= 1.0
PORTREVISION= 1
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>