19 lines
359 B
Makefile
19 lines
359 B
Makefile
PORTNAME= vdt
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.4.4
|
|
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>
|