diff options
Diffstat (limited to 'math/half/Makefile')
-rw-r--r-- | math/half/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/math/half/Makefile b/math/half/Makefile new file mode 100644 index 000000000000..998e9ae8e66e --- /dev/null +++ b/math/half/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= half +DISTVERSION= 2.1.0 +CATEGORIES= math +MASTER_SITES= SF + +MAINTAINER= yuri@FreeBSD.org +COMMENT= C++ library for half precision floating point arithmetic + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= zip + +NO_WRKSUBDIR= yes +NO_BUILD= yes +NO_ARCH= yes + +PLIST_FILES= include/half.hpp + +do-install: + ${INSTALL_DATA} ${WRKSRC}/include/half.hpp ${STAGEDIR}${PREFIX}/include + +.include <bsd.port.mk> |