ecb11e24a7
Reported by: portscout
22 lines
402 B
Makefile
22 lines
402 B
Makefile
PORTNAME= muparserx
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.0.11
|
|
CATEGORIES= math devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= C++ math parser library with array and string support
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= beltoforion
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
CMAKE_OFF= BUILD_EXAMPLES
|
|
|
|
.include <bsd.port.mk>
|