blob: e9675ab6278ac1c1d53e46aa6b366d7ad4e724b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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>
|