1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/math/exprtk/Makefile
Yuri Victorovich af8bf3830f math/exprtk: Update 0.0.1 → 0.0.2
Reported by:	portscout
2023-03-10 01:21:05 -08:00

26 lines
473 B
Makefile

PORTNAME= exprtk
DISTVERSION= 0.0.2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ mathematical expression library
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
benchmark:
cd ${WRKSRC} && ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} pgo
.include <bsd.port.mk>