1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/math/half/Makefile
Yuri Victorovich c3e2c54539 math/half: Update 2.1.0 -> 2.2.0
Reported by:	portscout
2021-06-15 20:27:48 -07:00

24 lines
413 B
Makefile

PORTNAME= half
DISTVERSION= 2.2.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>