diff --git a/devel/inastemp/Makefile b/devel/inastemp/Makefile index 9f8383aa0acd..c2d7d2ce7b27 100644 --- a/devel/inastemp/Makefile +++ b/devel/inastemp/Makefile @@ -1,21 +1,24 @@ PORTNAME= inastemp DISTVERSION= 0.2.4 CATEGORIES= devel MASTER_SITES= https://gitlab.mpcdf.mpg.de/bbramas/${PORTNAME}/repository/${DISTVERSION}/archive.tar.gz?ref=v${PORTVERSION}&dummy=/ MAINTAINER= yuri@FreeBSD.org COMMENT= C++ library to use SIMD vectorization WWW= https://gitlab.mpcdf.mpg.de/bbramas/inastemp LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Unfetchable +EXPIRATION_DATE=2025-12-31 + USES= cmake NO_ARCH= yes CMAKE_ARGS= -DINASTEMP_DO_INSTALL:BOOL=ON \ -DINASTEMP_JUST_LIB:BOOL=ON post-extract: @${MV} ${WRKDIR}/${PORTNAME}-* ${WRKSRC} .include