freebsd-ports/math/half/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

24 lines
449 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
WWW= https://half.sourceforge.net/
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>