Files

26 lines
481 B
Makefile
Raw Permalink Normal View History

PORTNAME= exprtk
2024-11-15 15:40:33 -08:00
DISTVERSION= 0.0.3
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
2024-11-15 15:40:33 -08:00
COMMENT= C++ Mathematical Expression Toolkit Library
2022-09-07 23:06:12 +02:00
WWW= https://www.partow.net/programming/exprtk/index.html
LICENSE= MIT
USE_GITHUB= yes
GH_ACCOUNT= ArashPartow
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= include/exprtk.hpp
do-install:
${INSTALL_DATA} ${WRKSRC}/exprtk.hpp ${STAGEDIR}${PREFIX}/include
2019-09-05 01:16:42 +00:00
benchmark:
cd ${WRKSRC} && ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} pgo
.include <bsd.port.mk>