freebsd-ports/math/exprtk/Makefile
2020-10-18 03:28:07 +00:00

27 lines
558 B
Makefile

# $FreeBSD$
PORTNAME= exprtk
DISTVERSION= g20201017 # upstream rolls backwards commit dates, so use the port update date here
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ mathematical expression library
LICENSE= MIT
USE_GITHUB= yes
GH_ACCOUNT= ArashPartow
GH_TAGNAME= d312ba91419c9cb12c8279fd3a19096d39dfcb5e
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>