freebsd-ports/math/exprtk/Makefile
2019-07-22 02:41:32 +00:00

24 lines
385 B
Makefile

# $FreeBSD$
PORTNAME= exprtk
DISTVERSION= g20190630
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ mathematical expression library
LICENSE= MIT
USE_GITHUB= yes
GH_ACCOUNT= ArashPartow
GH_TAGNAME= 7ccb123
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= include/exprtk.hpp
do-install:
${INSTALL_DATA} ${WRKSRC}/exprtk.hpp ${STAGEDIR}${PREFIX}/include
.include <bsd.port.mk>