ports/math/vdt/Makefile
2025-04-09 19:25:22 +01:00

20 lines
359 B
Makefile

PORTNAME= vdt
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.6
CATEGORIES= math devel science
MAINTAINER= erik@tenku.dk
COMMENT= Fast and inline implementations of mathematical functions
WWW= https://github.com/dpiparo/vdt
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/Licence.txt
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= dpiparo
CMAKE_OFF= SSE
.include <bsd.port.mk>